Update Article
documentedUpdate an existing article.
PUT /api/v2/help_center/articles/{article_id}Help Centerno 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://{{ZENDESK_SUBDOMAIN}}.zendesk.com/api/v2/help_center/articles/{{$article_id}}.json" \
-X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"article": {"promoted": {{$promoted}}, "position": {{$position}}, "comments_disabled": {{$comments_disabled}}, "label_names": {{$label_names}}, "content_tag_ids": {{$content_tag_ids}}}}'