Skip to content

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
Required
formatuuid

Request Body

application/json
JSON
{
"name": "string",
"value": "string"
}

Responses

Successful Response
application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: