summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/bridges.json6
-rw-r--r--rest-api/api-docs/channels.json4
2 files changed, 9 insertions, 1 deletions
diff --git a/rest-api/api-docs/bridges.json b/rest-api/api-docs/bridges.json
index 187522826..3174eaaa3 100644
--- a/rest-api/api-docs/bridges.json
+++ b/rest-api/api-docs/bridges.json
@@ -466,7 +466,11 @@
{
"code": 409,
"reason": "Bridge is not in a Stasis application; A recording with the same name already exists on the system and can not be overwritten because it is in progress or ifExists=fail"
- }
+ },
+ {
+ "code": 422,
+ "reason": "The format specified is unknown on this system"
+ }
]
}
]
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index a9b55873a..39dc4e376 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -721,6 +721,10 @@
{
"code": 409,
"reason": "Channel is not in a Stasis application; the channel is currently bridged with other hcannels; A recording with the same name already exists on the system and can not be overwritten because it is in progress or ifExists=fail"
+ },
+ {
+ "code": 422,
+ "reason": "The format specified is unknown on this system"
}
]
}