update emergency contact student controller
This commit is contained in:
@@ -168,7 +168,7 @@ This document lists every API controller alphabetically with any inline route co
|
||||
- `POST /api/v1/communications/send-email` (`sendEmail`) – Body requires `student_id`, `family_id`, `template_key`, `subject`, `body`, and `recipients` (JSON array or string). Accepts optional `cc`/`bcc`, sends the HTML email through `Mail::send`, and logs the result in `communication_logs`.
|
||||
|
||||
## ConfigurationController
|
||||
**File:** `app/Http/Controllers/Api/ConfigurationController.php`
|
||||
**File:** `app/Http/Controllers/Api/Settings/ConfigurationAdminController.php`
|
||||
**Purpose:** Manage key/value pairs stored in the `configuration` table.
|
||||
|
||||
- `GET /api/v1/configuration` (`index`) – Paginated list ordered by ID with optional fuzzy `key` search.
|
||||
|
||||
Reference in New Issue
Block a user