ApiKeyUpdateRequest
API key update request schema.
name object
anyOf
- string
- null
string
Possible values: <= 100 characters
permissions object
anyOf
- string[]
- null
Array [
string
]
is_active object
anyOf
- boolean
- null
boolean
rate_limit_per_hour object
anyOf
- integer
- null
integer
Possible values: >= 1 and <= 100000
ApiKeyUpdateRequest
{
"name": "string",
"permissions": [
"string"
],
"is_active": true,
"rate_limit_per_hour": 0
}