moving our knowledge-base to freshdesk
So, i’m using a serverless app to migrate the previous knowledge base.
When creating a solution article via the API, I pass "folder_id":{id}
in the body.
However, this is ignored by the API, who pushes all newly created article’s to the first-created folder.
Is there a way to force the folder? Or is it just unsupported, since it’s not mentioned in the API-docs?
It did tell me it expected an integer when I passed the value in as a string
Thanks for the feedback