# Create/Update people count monitor Update a people count monitor if it exists, create a new one otherwise. Endpoint: PUT /people-count-monitors Version: 0.0.1 Security: o_auth ## Request fields (application/json): - `dailyResetMin` (integer,null) - `direction1Alias` (string) - `direction2Alias` (string) - `id` (string,null) - `name` (string) - `reportingEndDate` (string,null) - `reportingStartDate` (string,null) - `siteId` (string, required) - `state` (string) Enum: "active", "deleted" ## Response 201 fields (application/json): - `dailyResetMin` (integer,null) - `deletedAt` (string,null) - `direction1Alias` (string) - `direction2Alias` (string) - `id` (string,null) - `name` (string) - `reportingEndDate` (string,null) - `reportingStartDate` (string,null) - `siteId` (string, required) - `state` (string) Enum: "active", "deleted" ## Response 400 fields (application/json): - `code` (integer) - `message` (string) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 410 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 204 fields ## Response 500 fields