Skip to content

Update

PATCH
/security/keys

Update a private key.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Request Body

JSON
{
"name": "string",
"description": "string",
"private_key": "string"
}

Responses

The updated private key's UUID.
application/json
JSON
{
"uuid": "string"
}

Samples

Powered by VitePress OpenAPI