v1

latestOpenAPI 3.0.02026-07-2494288373.8 KB
Tags

Update a tag

Update the specified tag.

patch/v1/tags/{id}

Path parameters

idstring uuid required

Id of the tag

Request body

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

Response

Returns the updated tag

ℹ️ 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"
}