Skip to main content

How to Update a Location

This documentation goes over how to update a workspace location

Prerequisites

How to get locations

How To

Use the /location endpoint to update a location

When updating a location, be sure to include every attribute. Only change the attributes you want updated. For example, if updating the name of the location, only change the name field and resubmit with every other field unchanged.

note

It is recommended to first get the location you want to modify, update the respective fields, then post the request. Learn how to get locations here

Note: some fields cannot be manually changed. For example, the location geo.

Adding Images

When add new images for a location, those images must first be uploaded, then the URL submitted in the update request.

Use the /image endpoint to upload an image

Removing Images

To remove images from a location, simply remove it from the pictureUrls array

Updating Waiver/Terms Of Service

Similar to updating images, to update the Waiver or Terms of Service, first upload the new file then submit the URL in the update request.

Use the /waiver endpoint to upload a waiver pdf

Use the /terms endpoint to upload a terms of service pdf