v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
Manage Tags

Create a tag

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

post/layers/{layerId}/tags

Path parameters

layerIdstring required

The unique identifier of the layer.

Request body

idstring

The tag ID.

versioninteger

The referenced version.

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.

layerIdstring

The layer ID for which the tag is registered.

Response

A tag response.

idstring

The tag ID.

versioninteger

The referenced version.

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.

layerIdstring

The layer ID for which the tag is registered.