Public
Locations
Update a location
patch/v1/public/locations/{locationId}
Path parameters
locationIdstring required
Request body
Example request
{
"name": "Headquarters",
"abbrev": "HQ",
"custom": {
"field1": "value1",
"field2": "value2"
}
}Response
Example response
{
"custom": {
"key1": "value1",
"key2": "value2"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.