Resolved! Custom Response for Scripted REST API Error
Hi, I want to send an Custom response for 404 Error in Scripted REST API As of now we can acheive the below response for Custom error responses. "error": {message: "",detail: ""},"status": "failure" I would like to know is it possible to acheive like...