Sign in

Update Category

documented

Update a category.

PUT /v1/categories/{categoryId}Categoriesno 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://docsapi.helpscout.net/v1/categories/{{$category_id}}" \
  -X PUT \
  -u "{{HELPSCOUT_API_KEY}}:X" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "slug": "{{$slug}}", "visibility": "{{$visibility}}", "order": {{$order}}, "defaultSort": "{{$defaultSort}}"}'
Update Category · helpscout · OpenIntegrations