Update Project
PATCH
/project/updateRequest
Header Params
Content-Type
string
required
Example:
application/json
accessToken
string
required
Example:
{{accessToken}}
Body Params application/json
data
object
optional
Project Overview Field List
id
integer <int64>
required
Project ID
Example
{
"data": {
"start_time": 1638756000000,
"pname": "xxx"
},
"id": 1
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
success
Example
{
"code": "0",
"data": {
"success": true
}
}
Last modified: 7 months ago