v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBTags
Edit tag
post/tags/edit/{tagId}
Path parameters
tagIdstring required
Example:12345
Numeric ID of the attribute
Request body
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"
}
}