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?