v1

latestOpenAPI 3.0.22026-07-174950145.6 KB
Manage Tags

Update a tag

Update the version of a tag.

patch/spaces/{spaceId}/tags/{tagId}

Path parameters

spaceIdstring required

The unique identifier of the space.

tagIdstring required

The id of the tag.

Request body

idstring

The tag ID.

spaceIdstring

The space ID for which the tag is registered.

versioninteger

The referenced version.

systemboolean

The flag indicating the tag is a system tag and cannot be modified or deleted.

descriptionstring

The description of the tag, must be less than 255 characters.

authorstring

The author of the tag.

createdAtinteger

The timestamp of creation of the tag in millis.

Response

A tag response.

idstring

The tag ID.

spaceIdstring

The space ID for which the tag is registered.

versioninteger

The referenced version.

systemboolean

The flag indicating the tag is a system tag and cannot be modified or deleted.

descriptionstring

The description of the tag, must be less than 255 characters.

authorstring

The author of the tag.

createdAtinteger

The timestamp of creation of the tag in millis.