curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/secrets/{secretName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-sutro-api-client: <api-key>' \
--data '
{
"value": "<string>"
}
'curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/secrets/{secretName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-sutro-api-client: <api-key>' \
--data '
{
"value": "<string>"
}
'Builder authentication and authorization
A unique identifier for the API Client making a request
The updated secret value
"supersecretvalue"
Secret updated
Was this page helpful?