metrics

Reset the occupancy of a place

post/metrics/occupancy/reset

Request body

placestring required
timestampstring date-time required
occupancyResetinteger required
objectTypestring required

Example request

{
  "place": "place1",
  "timestamp": "2022-08-25T00:00:00.000Z",
  "objectType": "Person"
}

Response

Successful Operation.

successboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.