modify-channel
Use the interface to modify the preset source information.
HTTP Request
GET http://ip/mwapi?method=modify-channel&name=xxx&new-name=xxx&url=xxx
Parameter | Description |
---|---|
method | modify-channel |
name | Indicates the source name which should be identical. The name ranges from 1 to 120 english characters. |
new-name | Indicates the user customized source name, which should be identical. The name ranges from 1 to 120 english characters. |
url | Indicates the source URL. |
Example
{
"status": 0
}
Parameter | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |