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
}Unmanaged Access Codes
Update an Unmanaged Access Code
Updates a specified unmanaged access code.
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
client_sessionpat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the unmanaged access code that you want to update.
Indicates whether external modification of the code is allowed.
Indicates whether to force the unmanaged access code update.
Indicates whether external modification of the code is allowed.
Response
OK

