Skip to main content
POST
/
access_codes
/
unmanaged
/
update
await seam.accessCodes.unmanaged.update({
  access_code_id: "ebd8e488-db1b-4f4b-9d02-489fbfa6829a",
  is_managed: true,
  is_external_modification_allowed: true,
  force: true,
});

/*
// void
*/
{
  "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_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

ok
boolean
required