# Function description

Update material

# Request

# Request example

POST /materialNew/update 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": "60C33D4B-2FBF-45B8-A276-2C9DE80EE790",
  "categoryCustom": 3,
  "demoUrl": null,
  "status": 1,
  "displayNamezhCN": "",
  "orderScore": "*.1"
}

# Response

# Response Header

No special response header

# Response Body

{
  "code": 0,
  "message": "",
  "data": null
}