Create Category
documentedCreate a new category.
POST /v1/categoriesCategoriesno 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://docsapi.helpscout.net/v1/categories" \
-X POST \
-u "{{HELPSCOUT_API_KEY}}:X" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"collectionId": "{{$collection_id}}", "name": "{{$name}}", "slug": "{{$slug}}", "visibility": "{{$visibility}}", "order": {{$order}}, "defaultSort": "{{$defaultSort}}"}'