Update auto access
Updates an existing auto access rule.
Only specified fields are updated (overwritten), leaving unspecified fields unchanged. Modifying next_id moves the auto access specified by id before the auto access specified by next_id. If next_id is an empty string, the auto access is placed at the end of the list. Omit next_id entirely if no reordering is needed.
access_rules:rwAuthorizations
Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.
Body
The ID of the auto access to modify.
The destination access.
The conditions to check. At least one of url, domain, or geolocation must be set.
The description of the auto access.
The ID of an existing auto access. Including this field moves the current auto access before the auto access specified by next_id. If set to an empty string, the auto access is placed at the end of the list. Omit this field entirely if no reordering is needed.
Response
Auto access updated successfully.