Appearance
Update secret.
PATCH
/backend/v1/secrets/{secretId}
Updates a secret by its ID, including the name and value.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
secretId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
{
"name": "string",
"value": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}