Updates the tag option.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TagOptionId | string | Yes | The ID of the tag option. | tag-bp1u6mdf3d**** |
Value | string | No | The value of the tag option. The value can be up to 128 characters in length. It cannot start with | v1 |
Active | boolean | No | Specifies whether to enable the tag option. Valid values:
| true |
Response parameters
Examples
Sample success responses
JSON
format
{
"TagOptionDetail": {
"Active": true,
"TagOptionId": "tag-bp1u6mdf3d****",
"Key": "k1",
"Value": "v1",
"Owner": "133413081827****"
},
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | InternalError | A system error occurred. |
For a list of error codes, visit the Service error codes.