POST /tag/update-connections
Connect Tags
POST
/tag/update-connections
Add or remove tag connections for one or more entities.
Accepts a list of TagConnectionUpdate objects each specifying a type
(add or remove), a tag_key, a context (e.g. product), and a
context_key. All changes are applied within a single ArangoDB transaction
against the has_tag edge collection.
Emits: (direct transaction — no event class)
Required scope: config:tag:write
Authorizations
OAuth2PasswordBearer
password Flow
Token URL
"/api/auth"Scopes:
"admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Request Body
application/json
JSON { "type": "add", "tag_key": "tag_urgent", "context": "product", "context_key": "prod_abc" }
[
]
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": null
{
}