URL : api/admin/update-api-setting
Method : POST
Query Parameters
Parameter | Type | Possible Values | Required/Optional | Description |
api_enable | Integer | 0,1 | Optional | API enable status |
api_key_mandatory | Integer | 0,1 | Optional | API key mandatory status |
api_key | String | Optional | String length of 10-32 |
Response:
{ "success": true, "message":"API Setting Updated Successfully" }