v1

latestOpenAPI 3.0.22026-07-174950145.6 KB
Manage Tags

Create a tag

Create a tag, which points to a version of the space. If a version is not provided when creating the tag, then the current HEAD version will be referenced.

post/spaces/{spaceId}/tags

Path parameters

spaceIdstring required

The unique identifier of the space.

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.