Create or Update Tag Request Payload

You can create or update an existing tag.

name
required
string

The name of the tag, which will be created if not found, or the new name for the tag if this is an update request. Names are case insensitive.

id
string

The id of tag to updates.

{ "name": "Independent", "id": "656452352" }