summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/asterisk.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/asterisk.json')
-rw-r--r--rest-api/api-docs/asterisk.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/rest-api/api-docs/asterisk.json b/rest-api/api-docs/asterisk.json
index cbed1895c..723c6d820 100644
--- a/rest-api/api-docs/asterisk.json
+++ b/rest-api/api-docs/asterisk.json
@@ -55,6 +55,12 @@
"allowMultiple": false,
"dataType": "string"
}
+ ],
+ "errorResponses": [
+ {
+ "code": 400,
+ "reason": "Missing variable parameter."
+ }
]
},
{
@@ -79,6 +85,12 @@
"allowMultiple": false,
"dataType": "string"
}
+ ],
+ "errorResponses": [
+ {
+ "code": 400,
+ "reason": "Missing variable parameter."
+ }
]
}
]