Create Article
documentedCreate a new article.
POST /v1/articlesArticlesno 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?reload={{reload}}" \
-X POST \
-u "{{HELPSCOUT_API_KEY}}:X" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"collectionId": "{{$collectionId}}", "status": "{{$status}}", "slug": "{{$slug}}", "name": "{{$name}}", "text": "{{$text}}", "categories": ["{{$categories_1}}","{{$categories_2}}"], "related": ["{{$related_1}}","{{$related_2}}"], "keywords": ["{{$keyword_1}}","{{$keyword_2}}"]}'