Note:
This is a legacy API which has been hidden and will no longer be updated.
Parameter Name | Required | Type | Description |
---|---|---|---|
projectName | Yes | String | Project name containing letters and digits |
projectDesc | No | String | Project description |
Parameter Name | Type | Description |
---|---|---|
code | Int | Error code. 0: success; other values: failure |
message | String | Error message |
projectId | Int | Project ID |
https://account.api.qcloud.com/v2/index.php?Action=AddProject &projectName=test &projectDesc=For testing &Common request parameters
{
"code": 0,
"message": "",
"projectId": 1002996
}
Was this page helpful?