Skip to main content

Hi,


I'm using api to enter and edit articles.

I can create categories and folders but can not create a new Article 500 without having to return error details.


Url https://XXX.freshdesk.com/solution/categories/{CATEGORYID}/folders/{FOLDERID}/articles.json

 body of request:

{

"solution_article": {

"title": "test article",

"status":1,

"art_type":2,

"description": "test article descr",

"folder_id": 1000114217

}

}

Can i do it?











Hi,






We've an updated version of the API with better error handling - API V2 . Sorry for not being able to respond to this post earlier.






Cheers!