v1

latestOpenAPI 3.0.02026-08-067926202.5 KB
Tags

Create a tag

post/tags

Request body

Example request

{
  "general": {
    "tag_name": "new tag",
    "tag_description": "this tag is created from api"
  }
}

Response

Created

status'success' | 'error'
list_uidstring

Example response

{
  "status": "success"
}