Skip to main content

UpdateApiKeyRequest

Update API key request

expiresAtstring,null<date-time>nullable

Optional expiration date

Example: 2025-12-31T23:59:59Z
isActiveboolean | nullnullable

Active status

Example: true
namestring | nullnullable

Name/description for the API key

Example: Updated Key Name
permissionsstring[]nullable

Permissions for the API key (array of permission strings)

UpdateApiKeyRequest
{
"expiresAt": "2025-12-31T23:59:59Z",
"isActive": true,
"name": "Updated Key Name",
"permissions": "Unknown Type: array,null"
}