mirror of
https://github.com/kerberos-io/agent.git
synced 2025-10-23 08:19:35 +08:00
add more description error with onvif invalid credentials + send capabilitites as part of onvif/login or verify
This commit is contained in:
@@ -605,12 +605,12 @@ const docTemplate = `{
|
||||
"operationId": "verify-onvif",
|
||||
"parameters": [
|
||||
{
|
||||
"description": "Camera Config",
|
||||
"name": "cameraConfig",
|
||||
"description": "OnvifCredentials",
|
||||
"name": "config",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/models.IPCamera"
|
||||
"$ref": "#/definitions/models.OnvifCredentials"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user