Hi,
I'm using api to create and edit articles.
I can create categories and folders but can not create a new Article 500 without having to return error details.
This doesn't work with the last version of FreshDesk, before July work correctly.
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?