tencent cloud

Feedback

ModifyProject

Last updated: 2023-04-27 15:44:54

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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)

3. Output Parameters

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.

4. Example

Example1 Modifying the RUM application information

This example shows you how to modify the RUM application information.

Input Example

POST / HTTP/1.1
Host: rum.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyProject
<Common request parameters>

{
    "ID": "6",
    "Name": "'Test project'"
}

Output Example

{
    "Response": {
        "ID": 1,
        "Msg": "success",
        "RequestId": "65a8fec7-2b39-4b11-893f-3715279d235f"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.