I have made a custom freshdesk app. That has REST API requests and responses. When I do some updates on the app and when ready run the app, I am getting post is no longer supported in Request API error message. Below I attached my API Request as well. Can anyone help me with this to fix ?
The Request Method syntax has been changed in the FDK version 9 onwards. Please refer to the documentation for the updated steps to make GET and POST APIs with request method definition, schema definition, and then calling the schema.
Thank you for the reply. Now I changed my codes as per the documentation. but I am getting Validation Failed Error message. Please check my codes below and suggest a solution for me.
If it fails, the error comes from the third-party service’s API response. Please find what is being missed that causes this issue and ensure it’s passed correctly from the app.
If you can make the API work in cURL or Postman and only fail in the app, it’s easier to find where it is failing.