v1

latestOpenAPI 3.0.02026-07-22201291.8 MB

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.

post/access_grants/unmanaged/update

Request body

access_grant_idstring uuid required

ID of the unmanaged Access Grant to update.

access_grant_keystring

Unique key for the access grant. If not provided, the existing key will be preserved.

is_managedtrue required

Must be set to true to convert the unmanaged access grant to managed.

Response

OK

object required