Domain name for API request: rum.tencentcloudapi.com.
This API is used to modify the RUM application information.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifyProject. |
Version | Yes | String | Common Params. The value used for this API: 2021-06-22. |
Region | No | String | Common Params. This parameter is not required for this API. |
ID | Yes | Integer | Project ID |
Name | No | String | Project name (optional, not empty, and up to 200 characters) |
URL | No | String | Project webpage URL (optional and up to 256 characters) |
Repo | No | String | Project repository address (optional and up to 256 characters) |
InstanceID | No | String | ID of the instance to which to move the project (optional) |
Rate | No | String | Project sample rate (optional) |
EnableURLGroup | No | Integer | Whether to enable aggregation (optional) |
Type | No | String | Project type (valid values: "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn") |
Desc | No | String | Project description (optional and up to 1,000 characters) |
Parameter Name | Type | Description |
---|---|---|
Msg | String | Operation information |
ID | Integer | Project ID |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to modify the RUM application information.
POST / HTTP/1.1
Host: rum.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyProject
<Common request parameters>
{
"ID": "6",
"Name": "'Test project'"
}
{
"Response": {
"ID": 1,
"Msg": "success",
"RequestId": "65a8fec7-2b39-4b11-893f-3715279d235f"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
ResourceNotFound | The resource does not exist. |
Was this page helpful?