Update Collection
documentedUpdate a collection.
PUT /v1/collections/{collectionId}Collectionsno 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/collections/{{$collection_id}}?reload={{reload}}' \
-X PUT \
-u '{{HELPSCOUT_API_KEY}}:X' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{"name": "{{$name}}", "visibility": "{{$visibility}}", "order": {{$order}}, "description": "{{$description}}", "siteId": {{$siteId}}}'