Skip to main content
POST
Update auto access
Required scopes: access_rules:rw

Authorizations

Authorization
string
header
required

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

application/json
id
string
required

The ID of the auto access to modify.

access
object

The destination access.

conditions
object

The conditions to check. At least one of url, domain, or geolocation must be set.

description
string

A description of the auto access.

next_id
string

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

200

Auto access updated successfully.