TaggingTagUpdateSpec

The Tag.UpdateSpec structure describes the updates to be made to an existing tag. Use the Tag.update operation to modify a tag. When you call the operation, you specify the tag identifier. You obtain the tag identifier when you call the Tag.create operation. You can also retrieve an identifier by using the Tag.list operation.


Properties

string
description Optional

The description of the tag. If unset the description will not be modified.


string
name Optional

The display name of the tag. If unset the name will not be modified.

JSON Example

{
	"description": "string",
	"name": "string"
}
Parameter To

Update Tag

Feedback

Was this page helpful?