v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBSecurity Keys
Update client key
Updates an existing client key identified by key_id. Only fields present in the request body are changed.
put/v2/settings/security/keys/{key_id}
Path parameters
key_idstring required
Request body
Example request
{
"description": "handlebars@buildtime:{{description}}",
"name": "handlebars@buildtime:{{name}}"
}Response
Successful response
Example response
{
"created_at": "2025-10-24T02:00:00-07:00",
"description": "handlebars@buildtime:{{description}}",
"name": "handlebars@buildtime:{{name}}",
"updated_at": "2025-10-24T02:00:00-07:00"
}