Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
required
scopes
string[]
required
description
string
spaceIds
string[] | null
baseIds
string[] | null
hasFullAccess
boolean

Response

200 - application/json

Returns access token.

id
string
required
name
string
required
scopes
string[]
required
description
string
spaceIds
string[]
baseIds
string[]
hasFullAccess
boolean
Last modified on March 5, 2026