# Function description

Modify classification operations when used in classification settings

# Request

# Request example

POST /materialCategoryNew/edit 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": 42,
  "displayName": "test二级",
  "displayNamezhCN": "test二级",
  "visibility": 1
}

# Response

# Response Header

No special response header

# Response Body

Successful Response Body :

{
  "code": 0,
  "message": "success"
}

The response body of the failed request is

{
  "code": <errorCode>,
  "message": <errorMessage>
}