Edit path public access
Description | Update the public access of a path |
Endpoint |
|
Method | PATCH |
Access Level Rules
Minimum Access Level | edit+ |
Processing Units
Processing units | 0 |
Parameters
Name | Description | Required | Default |
---|---|---|---|
| The id of the path to change the public access of. | true | |
| The new public access level of the path. Must be one of 'view' or 'view+'. | false | Default null. |
| An integer with the new number of processing units that can be used to access the path publicly. | false | Default null. |
| JSON with properties "tiles" and "maxZoom" describing the geofence used when publicly viewing the path. 'tiles' is an array of JSONs with properties "tileX", "tileY" and "zoom" as integers describing the geographic tiles the access token can access and "maxZoom" is an integer describing the maximum zoom level the access token can access. | false | Default null. |
Last updated