facilities
Update a Facility
put/app/v1/facilities/{facility_id}
Path parameters
facility_idstring uuid required
Id of facility
Query parameters
periodstring
year month (YYYYMM), defaulting to the current time, indicates which time period to return the attributes and custom attributes from
Request body
Example request
{
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
},
"latitude": 51,
"longitude": -114,
"start_date": "min",
"end_date": "max"
}Response
successful operation
Example response
{
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
},
"latitude": 51,
"longitude": -114
}Changes
No recorded changes to this endpoint across all 1 revision of this API.