IP cameras settings
Configures list of cameras.
All cameras will be displayed in Cameras
application
- application/json
Request Body required
- max integer required
maximum numbers of cameras
items object[] required
list of
name string requiredurl string requireduuid string
Responses
- 200
- 400
- 401
OK
- No max field
- No items listed
- Max field value should be under 32
- Camera can't have empty fields
- Wrong rtsp url
- application/json
- Schema
- Example (from schema)
- No max field
- No items field
- Max field exceeded
- Wrong camera
- Wrong R T S P
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "No max field"
}
{
"error": "No items listed"
}
{
"error": "Max field value should be under 32"
}
{
"error": "Camera can't have empty fields"
}
{
"error": "Wrong rtsp url"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...