# Function description
Update material demo
# Request
# Request example
POST /materialNew/updateDemo HTTPS
Host: <host>
Content-Type: application/json
Authorization: <AuthString>
# Request Parameters
none
# Request Headers
Name | Description | Type | Mandatory |
---|---|---|---|
Authorization | User token information | string | Yes |
# Request Body
The request body is a json string, for example:
{
"id": "0A976108-04DB-4B36-8888-F615DB96ADB7",
"demoUrl": "aaaaaaaa"
}
# Response
# Response Header
No special response header
# Response Body
{
"code": 0,
"message": "",
"data": null
}