System Settings
PATCH
Update System Settings
Update the system settings.
Required Permission:
Edit System Setting
PATCH
/dashboard/system-settings
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| name | String | Required | string, max: 255 | The site name |
| String | Required | string, max: 255 | The site email | |
| phone | String | Required | string, max: 255 | The site phone |
| address | String | Required | string, max: 255 | The site address |
| logo | File | Optional | image, mimes: jpeg,png,jpg,webp, max: 2048 | The site logo image |
| data_per_page | Integer | Required | integer, min: 1, max: 100 | Number of items per page for pagination |
| google_map | String | Required | string | The site google map |
| copyright | String | Required | string, max: 255 | The site copyright |
| footer_text | String | Required | string, max: 255 | The site footer text |
| notification_message | String | Optional | string | The site notification message |
| facebook_link | String | Optional | string, max: 255 | The site facebook link |
| twitter_link | String | Optional | string, max: 255 | The site twitter link |
| instagram_link | String | Optional | string, max: 255 | The site instagram link |
| youtube_link | String | Optional | string, max: 255 | The site youtube link |
| tiktok_link | String | Optional | string, max: 255 | The site tiktok link |
| whatsapp_link | String | Optional | string, max: 255 | The site whatsapp link |
| favicon | File | Optional | image, mimes: jpeg,png,jpg,webp, max: 2048 | The site favicon image |
| preloader | File | Optional | image, mimes: jpeg,png,jpg,webp, max: 2048 | The site preloader image |
| footer_image | File | Optional | image, mimes: jpeg,png,jpg,webp, max: 2048 | The site footer image |
| meta_title | String | Required | string, max: 100 | The site meta title |
| meta_description | String | Required | string, max: 200 | The site meta description |
| meta_keywords | String | Required | string, max: 255 | The site meta keywords |
Response
200 OKStatus Code
HTTP status code (200)
Message
System Settings successfully updated
Data
Updated system settings record