folders
Api reference content
post/api/folders
Creates a new folder. By now, only BGM category allows folders.
Request body
| Content type | Schema |
|---|---|
| application/json | {
"name": "string",
"category": "bgm | messages | events"
} |
Responses
| Status | Description |
|---|---|
| 201 | Response in headers ["x-aip-id"] |
| 400 |