v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Tags

Update Tag

This endpoint updates a Tag identified by the tagId parameter.

put/v1/tags/{tagId}

Path parameters

tagIdinteger required

The identifier of the Tag.

Request body

namestring nullable

Name of the Tag.

colorstring nullable

Color of the Tag. Possible values: panther, whale, salmon, lizard, canary, koala, or any HTML color code.

Response

tagIdinteger required

Identifier of the Tag.

namestring required

Name of the Tag.

colorstring nullable required

The configured color of the Tag.