folders

Api reference content
post/api/folders

Creates a new folder. By now, only BGM category allows folders.

Request body

Content typeSchema
application/json
{
  "name": "string",
  "category": "bgm | messages | events"
}

Responses

StatusDescription
201
Response in headers
["x-aip-id"]
400