URL : api/admin/update-system-setting
Method : POST
Query Parameters
Parameter | Type | Possible Values | Required/Optional | Description |
name | String | Support | Optional | System Name |
time_zone_id | Integer | 1 | Optional | System Time Zone Id |
date_format | String | F j, Y | Optional | Date Format |
status | Integer | 0,1 | Optional | System Setting Status |
cdn | Integer | 0,1 | Optional | CDN status |
Response:
{ "success": true, "message":"System settings updated successfully" }