channel players

Api reference content
post/api/channels/players

Activate a BGM channel using a folder as source.

Request body

Content typeSchema
application/json
{
  "source": "string",
  "name": "string"
}

Responses

StatusDescription
201
Response in headers
["x-aip-id"]
400
application/json
{
  "errors": "[string]"
}