Sign in

Update tag

documented

Update an existing tag. ([docs.n8n.io](https://docs.n8n.io/workflows/tags/?utm_source=openai))

PATCH /tags/{tag_id}Workflowno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{N8N_HOST}}/api/v1/tags/{{$tag_id}}" \
  -X PATCH \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-N8N-API-KEY: {{N8N_API_KEY}}" \
  -d '{\"name\": \"{{$name}}\", \"color\": \"{{$color}}\"}'
Update tag · n8n · OpenIntegrations