# Function Description

Update the name of the resource

# Request

# Request example

POST /resource/update HTTPS
Host: <host>
Authorization: <AuthString>

# Request Headers

Name Description Type Mandatory
Authorization User token information string true

# Request Parameters

none

# Request Body

Name Description Type Required
title resource name string yes

# response

# response headers

There are no special response headers for this interface.

# response body

{
  "code": 0,
  "enMsg": "success",
  "msg": "成功"
}


The response body of the failed request is

{
  "code": <errorCode>,
  "enMsg": <errorMessage>,
  "msg": <errorMessage>,
  "data": null
}