v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Tag

Update tag

Update an existing tag

put/Tag/{tagId}

Path parameters

tagIdinteger required

ID of tag you want to update

Request body

namestring

The name of the tag u want to update

Response

Successful operation

idstring

Id of the tag

objectNamestring

Internal object name which is 'Tag'.

additionalInformationstring
createstring date-time

Date of tag creation

namestring

name of the tag

Example response

{
  "id": "1",
  "objectName": "Tag",
  "sevClient": {
    "id": "1",
    "objectName": "SevClient"
  }
}