gateway.openapi_Gateway
patch/v1/accounts/{account_id}/secrets/{secret_id}
Path parameters
account_idstring required
The Account Id
secret_idstring required
The Secret Id
Request body
Example request
{
"value": "sk-1234567890abcdef"
}Response
A successful response.
Example response
{
"value": "sk-1234567890abcdef"
}Changes
Changed in 1 of the 27 revisions of this API.3
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
- ○
api tag
gateway.openapi_Gatewayaddedapi-tag-added
- ○
api tag
Gatewayremovedapi-tag-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○