summaryrefslogtreecommitdiffstats
path: root/openapi-full.json
diff options
context:
space:
mode:
Diffstat (limited to 'openapi-full.json')
-rw-r--r--openapi-full.json20
1 files changed, 15 insertions, 5 deletions
diff --git a/openapi-full.json b/openapi-full.json
index 8aec51d89..f1a25c4f4 100644
--- a/openapi-full.json
+++ b/openapi-full.json
@@ -4045,8 +4045,8 @@
}
}
},
- "400": {
- "description": "Ringing attendee is not possible",
+ "404": {
+ "description": "Attendee could not be found",
"content": {
"application/json": {
"schema": {
@@ -4073,8 +4073,8 @@
}
}
},
- "404": {
- "description": "Attendee could not be found",
+ "400": {
+ "description": "Ringing attendee is not possible",
"content": {
"application/json": {
"schema": {
@@ -4093,7 +4093,17 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": {}
+ "data": {
+ "type": "object",
+ "required": [
+ "error"
+ ],
+ "properties": {
+ "error": {
+ "type": "string"
+ }
+ }
+ }
}
}
}