curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.secret.updateSecret \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"secret": {
"name": "<string>",
"value": "<string>",
"sandboxId": "<string>"
},
"redacted": "<string>"
}
'{
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url https://api.pocketenv.io/xrpc/io.pocketenv.secret.updateSecret \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"secret": {
"name": "<string>",
"value": "<string>",
"sandboxId": "<string>"
},
"redacted": "<string>"
}
'{
"error": "<string>",
"message": "<string>"
}Was this page helpful?