REST API for Articles

Avatar
  • updated
  • Answered

Is it possible to modify the content of Knowledge Base articles through the REST API? I would like to use it for optimising my release management (update article but only release it as soon as the application has been updated)

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

You can edit articles,using http://userecho.com/dev/api/topics/update call.

Note that our KB articles has 2 statuses. 1-Published & 2-Draft

So you can create a new article with Draft status and then update it to the Published when required. To change status use http://userecho.com/dev/api/comments/create call

Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

You can edit articles,using http://userecho.com/dev/api/topics/update call.

Note that our KB articles has 2 statuses. 1-Published & 2-Draft

So you can create a new article with Draft status and then update it to the Published when required. To change status use http://userecho.com/dev/api/comments/create call