Start preview
1. API Description
This API is used to start preview.
Request mode:
- V2.6.0 and above: POST [ip]/mwapi/V2.0/preview/start
- V2.5.0 and below: Null
Administrator Rights | Logged-in |
---|---|
No | Yes |
2. Input Parameters
None
3. Output Parameters
Name | Type | Description |
---|---|---|
status | Int | Status code |
message | String | Status description |
4. Example
Starting preview.
Input Example
None
Output Example
{
"message": "SUCCESS",
"status": 0
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.