Change the state of a camera from running to paused or vice-versa.
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/cameras/{cameraId}/state/{newState}
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/cameras/{cameraId}/state/{newState}
curl -i -X PUT \
'https://coreapi.hoxton.ai/_mock/v1/cameras/{cameraId}/state/{newState}' \
-H 'Authorization: YOUR_API_KEY_HERE'