Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
access_code_id
string<uuid>
required

ID of the unmanaged access code that you want to update.

is_managed
boolean
required
allow_external_modification
boolean

Indicates whether external modification of the code is allowed.

force
boolean

Indicates whether to force the unmanaged access code update.

is_external_modification_allowed
boolean

Indicates whether external modification of the code is allowed.

Response

OK

The response is of type object.