# Create/Update camera state Change the state of a camera from running to paused or vice-versa. Endpoint: PUT /cameras/{cameraId}/state/{newState} Version: 0.0.1 Security: o_auth ## Path parameters: - `cameraId` (string, required) the camera ID of the camera. - `newState` (string, required) The state to which the camera will be set: running cameras are processing video and have notifications on, paused cameras are not processing video, notifications are off and can be re-activated. Enum: "running", "paused" ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 201 fields ## Response 500 fields