await seam.accessCodes.unmanaged.update({
access_code_id: "ebd8e488-db1b-4f4b-9d02-489fbfa6829a",
is_managed: true,
is_external_modification_allowed: true,
force: true,
});
/*
// void
*/{}Unmanaged Access Codes
Update an Unmanaged Access Code
Updates a specified unmanaged access code.
PATCH
/
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
*/{}Authorizations
client_sessionclient_session_with_customerpat_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
The response is of type object.
Was this page helpful?