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.json25
1 files changed, 19 insertions, 6 deletions
diff --git a/rest-api/api-docs/playback.json b/rest-api/api-docs/playback.json
index aa758781c..38ca5e1a7 100644
--- a/rest-api/api-docs/playback.json
+++ b/rest-api/api-docs/playback.json
@@ -73,16 +73,29 @@
"allowableValues": {
"valueType": "LIST",
"values": [
- "play",
+ "restart",
"pause",
- "rewind",
- "fast-forward",
- "speed-up",
- "slow-down"
+ "unpause",
+ "reverse",
+ "forward"
]
}
}
- ]
+ ],
+ "errorResponses": [
+ {
+ "code": 400,
+ "reason": "The provided operation parameter was invalid"
+ },
+ {
+ "code": 404,
+ "reason": "The playback cannot be found"
+ },
+ {
+ "code": 409,
+ "reason": "The operation cannot be performed in the playback's current state"
+ }
+]
}
]
}