2 "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
3 "_author": "David M. Lee, II <dlee@digium.com>",
4 "_svn_revision": "$Revision$",
6 "swaggerVersion": "1.1",
7 "basePath": "http://localhost:8088/stasis",
8 "resourcePath": "/api-docs/playbacks.{format}",
11 "path": "/playbacks/{playbackId}",
12 "description": "Control object for a playback operation.",
16 "summary": "Get a playback's details.",
18 "responseClass": "Playback",
22 "description": "Playback's id",
25 "allowMultiple": false,
32 "reason": "The playback cannot be found"
37 "httpMethod": "DELETE",
38 "summary": "Stop a playback.",
40 "responseClass": "void",
44 "description": "Playback's id",
47 "allowMultiple": false,
54 "reason": "The playback cannot be found"
61 "path": "/playbacks/{playbackId}/control",
62 "description": "Control object for a playback operation.",
66 "summary": "Control a playback.",
67 "nickname": "control",
68 "responseClass": "void",
72 "description": "Playback's id",
75 "allowMultiple": false,
80 "description": "Operation to perform on the playback.",
83 "allowMultiple": false,
100 "reason": "The provided operation parameter was invalid"
104 "reason": "The playback cannot be found"
108 "reason": "The operation cannot be performed in the playback's current state"
118 "description": "Object representing the playback of media to a channel",
122 "description": "ID for this playback operation",
127 "description": "URI for the media to play back.",
132 "description": "URI for the channel or bridge to play the media on",
137 "description": "For media types that support multiple languages, the language requested for playback."
141 "description": "Current state of the playback operation.",