update-webpage-source-url
Use the interface to update the URL of webpage.
Request Mode
POST http://ip/mwapi/update-webpage-source-url
Parameter | Descriptioin |
---|---|
sourceId | The source ID |
url | The new URL |
{
"sourceId":2039,
"url":"http://www.magewell.com"
}
Response Body
JSON structure is as follows:
{
"message": "success",
"status": 0
}
1. Response Status
"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. |