Skip to main content

ApiKeyUpdateRequest

API key update request schema.

name object
anyOf
string

Possible values: <= 100 characters

permissions object
anyOf
  • Array [
  • string
  • ]
  • is_active object
    anyOf
    boolean
    rate_limit_per_hour object
    anyOf
    integer

    Possible values: >= 1 and <= 100000

    ApiKeyUpdateRequest
    {
    "name": "string",
    "permissions": [
    "string"
    ],
    "is_active": true,
    "rate_limit_per_hour": 0
    }