Save Settings For Error logs and debugging Options

NOTE: User must be logged in as admin to access this API URL : api/error-and-debugging-options Method: POST Query Parameters :   Parameter Type Possible Values Required/Optional Description debug Boolean 1,0 Required Debug Option Status bugsnag Boolean 1,0 Required Crash report Send Status Success Response: { “success”: true, “message”: “Your error and debugging settings have been saved […]

Read More

Get List For Error logs and debugging Options

NOTE: User must be logged in as admin to access this API URL : api/error-and-debugging-options Method: GET Query Parameters: NA : Success Response: { “success”: true, “data”: { “options”: { “debug”: false, “bugsnag_reporting”: true } } }

Read More