Domain name for API request: wedata.intl.tencentcloudapi.com.
This API is used to modify the task owner.
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: UpdateOpsTasksOwner. |
| Version | Yes | String | Common Params. The value used for this API: 2025-08-06. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| ProjectId | Yes | String | Project ID |
| TaskIds.N | Yes | Array of String | Task Id list. specifies the list of task ids. |
| OwnerUin | Yes | String | Task owner Id. |
| Parameter Name | Type | Description |
|---|---|---|
| Data | UpdateTasksOwner | Operation result. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to modify the task owner in task operations in Ops center.
POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpdateOpsTasksOwner
<Common request parameters>
{
"ProjectId": "2763518183736183934",
"TaskIds": [
"20250807170933305"
],
"OwnerUin": "100042232112"
}{
"Response": {
"Data": {
"Status": true
},
"RequestId": "4b9b6f2f-1768-40ca-a08e-e12259461835"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Feedback