Note:
This is a legacy API which has been hidden and will no longer be updated.
Parameter Name | Required | Type | Description |
---|---|---|---|
projectId | Yes | Int | Project ID |
name | No | String | Project name |
info | No | String | Description |
Parameter Name | Type | Description |
---|---|---|
code | Int | Error code. 0: success; other values: failure |
message | String | Error message |
data | Array | Array of returned results |
https://tag.api.qcloud.com/v2/index.php?Action=UpdateProject &Common request parameters
{
"code": 0,
"message": "",
"data": []
}
Was this page helpful?