Attaches tags to one or more resources.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ResourceType | string | Yes | The type of the resources. Set the value to ALIYUN::LC::FLOW.
| ALIYUN::LC::FLOW |
| ResourceId | array | Yes | Specifies a maximum of 50 resource IDs. | |
| string | Yes | The ID of the resource. | lc-uf6abcdefg | |
| Tag | object [] | Yes | Specifies a list of tags that you want to attach to the resources. | |
| Key | string | Yes | The key of the tag. | tagKey |
| Value | string | Yes | The value of the tag. | tagValue |
Response parameters
Examples
Sample success responses
JSONformat
{
"Success": true,
"RequestId": "ADB97A33-50E7-48A5-963D-ACBAE36D0BEC"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation | ||
|---|---|---|---|---|
| 2022-11-21 | API Description Update | see changesets | ||
|
