add-presentation
Use the interface to add a new presentation.
Request Mode
POST http://ip/mwapi/add-presentation
Parameter | Description |
---|---|
name | The presentation name |
{
"name": "New Presentation 1"
}
Response Body
JSON structure is as follows:
{
"message": "success",
"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. |