update emergency contact student controller

This commit is contained in:
root
2026-03-25 17:59:40 -04:00
parent 33be0c9a0d
commit c582bfc242
11 changed files with 179 additions and 16 deletions
+1 -1
View File
@@ -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.