Create or update a tag for a system

Creates or updates a tag for a specific system. If the tag doesn't exist, it will be created,
and the status code 201 Created will be returned.
If the tag exists, its value will be updated and the status code 200 OK will be returned
(even if the new value is the same as the previous one).

Log in to see full request history
Path Params
uuid
required

Unique identifier used to access a system.

string
required
length ≤ 128

The name of the tag to create or update. Must only contain lowercase letters and hyphens, and must not start or end with a hyphen. Must be 128 characters max.

Body Params

The value to associate with the tag.

string
required
length ≤ 128

The value associated with the tag name.
This can be any valid string up to 128 characters.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/vnd.gridx.v2+json