Sign in

Update Solution Article

documented

Update a knowledge base article.

PUT /solution/categories/[id]/folders/[id]/articles/[id].jsonSolution Articleno 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://{{FRESHSERVICE_DOMAIN}}/solution/categories/{{$category_id}}/folders/{{$folder_id}}/articles/{{$article_id}}.json" \
  -X PUT \
  -u "{{FRESHSERVICE_API_KEY}}:X" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"solution_article": {"title": "{{$title}}", "description": "{{$description}}"}}'