sort-bgm-list
Use the interface to change the order of playlist.
Request Mode
POST http://ip/mwapi/sort-bgm-list
Parameter | Description |
---|---|
id | The BGM ID |
position | The position after the movement (The subscript in the new list: 0, 1, 2...) |
{
"id":203,"position":0
}
Response Body
JSON structure is as follows:
{
"message": "success",
"status": 0
}
1. Response Status
"status": 0
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |