rename-scene
Use the interface to rename the scene.
Request Mode
POST http://ip/mwapi/rename-scene
Parameter | Description |
---|---|
sceneId | The ID of the editing scene |
name | The new name |
showId | The presentation ID |
{
"sceneId":100,
"name":"New scene 1",
"showId":7
}
Response Body
JSON structure is as follows:
{
"status": 0,
}
1. Response Status
{
"message": "Scene is not in current presentation",
"status": 48
}
Name | Description |
---|---|
status | 0 indicates a successful data acquisition. Refer to API Status Codes to find specific description for other values. |