Skip to content

Bulk link tag to multiple entities​

POST
/api/tags/bulk-link

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"tag_id": 0,
  
"entity_type": "string",
  
"entity_ids": [
  
  
0
  
]
}

Responses​

Tags linked

application/json
JSON
{
  
"message": "string",
  
"count": 0
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI