{}Unmanaged
Update an Unmanaged Access Grant
Updates an unmanaged Access Grant to make it managed.
This endpoint can only be used to convert unmanaged access grants to managed ones by setting is_managed to true. It cannot be used to convert managed access grants back to unmanaged.
When converting an unmanaged access grant to managed, all associated access methods will also be converted to managed.
PATCH
/
access_grants
/
unmanaged
/
update
{}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the unmanaged Access Grant to update.
Must be set to true to convert the unmanaged access grant to managed.
Available options:
true Unique key for the access grant. If not provided, the existing key will be preserved.
Minimum string length:
1Response
OK
The response is of type object.
Was this page helpful?