UpdateApiKeyRequest
Update API key request
expiresAtstring,null<date-time>nullable
Optional expiration date
Example:
2025-12-31T23:59:59ZisActiveboolean | nullnullable
Active status
Example:
truenamestring | nullnullable
Name/description for the API key
Example:
Updated Key Namepermissionsstring[]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"
}