Edit path public access

Description

Update the public access of a path

Endpoint

/path/{pathId}/publicAccess

Method

PATCH

Access Level Rules

Minimum Access Level

edit+

Processing Units

Processing units

0

Parameters

NameDescriptionRequiredDefault

pathId

The id of the path to change the public access of.

true

accessTier

The new public access level of the path. Must be one of 'view' or 'view+'.

false

Default null.

processingUnits

An integer with the new number of processing units that can be used to access the path publicly.

false

Default null.

geoFence

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