v1

latestOpenAPI 3.0.02026-07-24900287.5 KB
Tags

Update a Tag

This API will update and return tag details.

put/tags/{id}

Path parameters

idstring required

TagType Id

Request body

namestring

Example request

{
  "name": "TagName"
}

Response

Updated Tag Details

idstring
tag_type_idstring
namestring
created_atstring
modified_atstring

Example response

{
  "created_at": "2023-10-31 23:59:59",
  "modified_at": "2023-10-31 23:59:59"
}