summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/playbacks.json (renamed from rest-api/api-docs/playback.json)6
-rw-r--r--rest-api/resources.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/rest-api/api-docs/playback.json b/rest-api/api-docs/playbacks.json
index 92810d30a..2c621cf88 100644
--- a/rest-api/api-docs/playback.json
+++ b/rest-api/api-docs/playbacks.json
@@ -5,10 +5,10 @@
"apiVersion": "0.0.1",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/stasis",
- "resourcePath": "/api-docs/playback.{format}",
+ "resourcePath": "/api-docs/playbacks.{format}",
"apis": [
{
- "path": "/playback/{playbackId}",
+ "path": "/playbacks/{playbackId}",
"description": "Control object for a playback operation.",
"operations": [
{
@@ -58,7 +58,7 @@
]
},
{
- "path": "/playback/{playbackId}/control",
+ "path": "/playbacks/{playbackId}/control",
"description": "Control object for a playback operation.",
"operations": [
{
diff --git a/rest-api/resources.json b/rest-api/resources.json
index 0bdf9de33..7e0b793fb 100644
--- a/rest-api/resources.json
+++ b/rest-api/resources.json
@@ -31,7 +31,7 @@
"description": "Sound resources"
},
{
- "path": "/api-docs/playback.{format}",
+ "path": "/api-docs/playbacks.{format}",
"description": "Playback control resources"
},
{