API Error 500 send new Article

  • 14 April 2014
  • 1 reply
  • 26 views

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?


This topic has been closed for comments

1 reply

Userlevel 4
Badge +12





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!