Update Article
documentedUpdate an existing article.
PUT /v1/articles/{articleId}Articlesno 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/articles/{{$articleId}}" \
-X PUT \
-u "{{HELPSCOUT_API_KEY}}:X" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"status": "{{$status}}", "slug": "{{$slug}}", "name": "{{$name}}", "text": "{{$text}}", "categories": {{$categories}}, "related": {{$related}}, "keywords": {{$keywords}}}'