# Create/Update peel off monitor camera position Update a peel off monitor's camera position if it exists, create a new object linking the given peel off monitor to the given camera position otherwise. Endpoint: PUT /peel-off-monitor-camera-positions Version: 0.0.1 Security: o_auth ## Request fields (application/json): - `cameraPositionId` (string, required) - `countDirection` (string, required) Enum: "direction_1", "direction_2", "direction_both" - `countType` (string, required) Enum: "base", "peel_off" - `id` (string,null) - `peelOffMonitorId` (string, required) - `state` (string) Enum: "active", "deleted" ## Response 201 fields (application/json): - `cameraPositionId` (string, required) - `countDirection` (string, required) Enum: "direction_1", "direction_2", "direction_both" - `countType` (string, required) Enum: "base", "peel_off" - `deletedAt` (string,null) - `id` (string,null) - `peelOffMonitorId` (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