rename-presentation
Use the interface to rename a presentation.
Request Mode
POST http://ip/mwapi/rename-presentation
Parameter | Description |
---|---|
id | The presentation ID |
name | The presentation name |
{
"id":8,
"name": "New Presentation 1"
}
Response Body
JSON structure is as follows:
{
"status":0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |