Places
Delete a place
Delete a place
Delete a place
AuthorizationBasic <token>
In: header
Path Parameters
place_handle*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/places/v1/string"null{ "detail": {}, "message": "string"}{ "detail": {}, "message": "string"}Updates a place PATCH
Updates a place, send empty array to remove values for an array type parameter, null values will be ignored. eg. {"parkings": []} to clear parkings of a places instead of {"parkings": null}. The 'name' parameter can be updated to change the human-readable name of the place.
Get place audit history GET
Retrieve audit history for a place showing all changes over time with pagination. Use the field_name parameter to filter history to only show changes for a specific field.