Edit member
Last updated
Last updated
Description
Edits permissions of a member to a given path.
Endpoint
/path/{pathId}/member/{userId}
Method
PATCH
Access Level
edit+
Processing units
2
pathId
The id of the path.
true
userId
The id of the user whose access should be edited.
true
access
with optional properties "accessTier", "processingUnits", "canShare" and "geoFence", with the changes in access. "geoFence" should be a JSON with properties "tiles" and "maxZoom". "tiles" should be an array of JSONs with properties "tileX", "tileY" and "zoom".
true