v1

latestOpenAPI 3.0.02026-07-2494288373.8 KB
Tags

Create a tag

Create a tag in your workspace.

post/v1/tags

Request body

labelstring required
  • label must not contain one of the following characters: , ; : | / \
  • Tag label must be unique
  • Maximum of 100 characters

Response

Tag has been created in the workspace

ℹ️ Click to see full payload

idstring uuid required
labelstring required
created_atstring date-time required

Creation date
Date time in format ISO 8601 (yyyy-MM-ddTHH:mm:ss.S+X eg 2023-01-31T13:30:00.000Z)

Example response

{
  "label": "High risk"
}