channel players
Api reference content
post/api/channels/players
Activate a BGM channel using a folder as source.
Request body
| Content type | Schema |
|---|---|
| application/json | {
"source": "string",
"name": "string"
} |
Responses
| Status | Description |
|---|---|
| 201 | Response in headers ["x-aip-id"] |
| 400 | application/json {
"errors": "[string]"
} |