import-presentation
Use the interface to import a presentation.
Request Mode
POST http://ip/mwapi/import-presentation
Parameter | Description |
---|---|
name | The file name |
md5 | The MD5 value of the file (If the file is large, only the first 10485760 bytes are counted.) |
{
"name":"ID_1_MyPresentation.tar",
"md5":"asdfghjklkjhgfdsdfghjk"
}
Response Body
JSON structure is as follows:
{
"status":0,
"message":"SUCCESS"
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
message | The status description |