37
* Add Media to the Database
37
* Adds an Embedded Widget
39
* path="/playlist/widget/embedded/{playlistId}",
40
* operationId="WidgetEmbeddedAdd",
42
* summary="Add a Embedded Widget",
43
* description="Add a new Embedded Widget to the specified playlist",
47
* description="The playlist ID to add an Embedded Widget",
54
* description="Optional Widget Name",
61
* description="The Widget Duration",
68
* description="(0, 1) Select 1 only if you will provide duration parameter as well",
73
* name="transparency",
75
* description="Flag (0,1) - Should the HTML be shown with transparent background? - not available on Windows Clients",
80
* name="scaleContent",
82
* description="Flag (0,1) - Should the embedded content be scaled along with the layout?",
89
* description="HTML to embed",
96
* description="HEAD content to Embed (including script tags)",
103
* description="Custom Style Sheets (CSS)",
109
* description="successful operation",
110
* @SWG\Schema(ref="#/definitions/Widget"),
113
* description="Location of the new widget",
39
119
public function add()