Sign in

Update ticket tags

documented

Add or remove tags on a ticket.

POST /api/1.1/json/ticket/{ticket_number}/update_tags/Ticketsno 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://{{$account_name}}.happyfox.com/api/1.1/json/ticket/{{$ticket_number}}/update_tags/" \
  -X POST \
  -u "{{HAPPYFOX_API_KEY}}:{{HAPPYFOX_AUTH_CODE}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"add": "{{$add}}", "remove": "{{$remove}}", "staff_id": {{$staff_id}}}'