Updates a tag.
Operation description
This operation requires DataWorks Enterprise Edition or higher.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Key |
string |
Yes |
The tag key. |
key1 |
| Values |
array |
No |
The tag values. |
|
|
string |
No |
The tag value. |
v1 |
|
| Description |
string |
No |
The tag description. |
This is a description. |
| Managers |
array |
No |
The tag administrators. |
|
|
string |
No |
The tag administrator. |
12345 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
0bc1ec92159376 |
| Success |
boolean |
Indicates whether the request succeeded. |
true |
Examples
Success response
JSON format
{
"RequestId": "0bc1ec921****",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.