Create tag
documentedCreate a new ticket tag.
POST /api/v2/tagsTagsno implementation yet0 runsNo 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://app.mojohelpdesk.com/api/v2/tags?access_key={{MOJOHELPDESK_API_KEY}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{\"label\": \"{{$label}}\", \"color\": \"{{$color}}\"}' \
# Mojo Helpdesk API docs (v2): https://developer.mojohelpdesk.com/ \
# Base URL: https://app.mojohelpdesk.com/api/v2/ \
# Authentication: AccessKey via ?access_key= in query string