v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Tags

Edit tag

post/tags/edit/{tagId}

Path parameters

tagIdstring required
Example:12345

Numeric ID of the attribute

Request body

namestring
colourstring
exportableboolean
org_idstring
user_idstring
hide_tagboolean
numerical_valuestring nullable
is_galaxyboolean
is_custom_galaxyboolean
inheritedinteger

Example request

{
  "name": "tlp:white",
  "colour": "#ffffff",
  "org_id": "12345",
  "user_id": "12345",
  "numerical_value": "12345"
}

Response

Tag response

Example response

{
  "Tag": {
    "id": "12345",
    "name": "tlp:white",
    "colour": "#ffffff",
    "org_id": "12345",
    "user_id": "12345",
    "numerical_value": "12345"
  }
}