{
// "name": "OpenAPI【文档专用,勿动】",
"assignee": "52b9af20da8a4969aab88092d1fa64ce",
"start": 1689838151,
// "due": 2145888000,
"description": "一段项目描述~~~",
"state_id": "619f38a2b114b193d77161ff",
// "state_desc": "变更状态描述",
// "identifier": "openapi",
"task_identifier_prefix": "op-"
}
curl --location -g --request PUT 'https://dev.worktile.com/open-api/mission/projects//info-basic?access_token={tenant_access_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
// "name": "OpenAPI【文档专用,勿动】",
"assignee": "52b9af20da8a4969aab88092d1fa64ce",
"start": 1689838151,
// "due": 2145888000,
"description": "一段项目描述~~~",
"state_id": "619f38a2b114b193d77161ff",
// "state_desc": "变更状态描述",
// "identifier": "openapi",
"task_identifier_prefix": "op-"
}'
{
"ok": true,
"error": "string",
"error_code": 0
}