Skip to main content
POST
/
access_grants
/
unmanaged
/
update
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
access_grant_id
string<uuid>
required

ID of the unmanaged Access Grant to update.

is_managed
enum<boolean>
required

Must be set to true to convert the unmanaged access grant to managed.

Available options:
true
access_grant_key
string

Unique key for the access grant. If not provided, the existing key will be preserved.

Response

OK

ok
boolean
required