summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/playback.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/playback.json')
-rw-r--r--rest-api/api-docs/playback.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/rest-api/api-docs/playback.json b/rest-api/api-docs/playback.json
index a195186f2..880aaa046 100644
--- a/rest-api/api-docs/playback.json
+++ b/rest-api/api-docs/playback.json
@@ -25,6 +25,12 @@
"allowMultiple": false,
"dataType": "string"
}
+ ],
+ "errorResponses": [
+ {
+ "code": 404,
+ "reason": "The playback cannot be found"
+ }
]
},
{
@@ -41,6 +47,12 @@
"allowMultiple": false,
"dataType": "string"
}
+ ],
+ "errorResponses": [
+ {
+ "code": 404,
+ "reason": "The playback cannot be found"
+ }
]
}
]