feat(user-profile): add avatar upload functionality and update UserProfile entity
This commit is contained in:
@@ -430,6 +430,7 @@ Role-aware paginated list of appointments. Returns only what the authenticated u
|
||||
| `ROLE_CLINIC` | Appointments for doctors in this clinic |
|
||||
| `ROLE_DOCTOR` | Appointments for this doctor |
|
||||
| `ROLE_SECRETARY` | Appointments for the linked doctor (empty if `appointments.view` permission is false) |
|
||||
| (plain patient `ROLE_USER`) | The patient's own appointments (`a.user = current user`) |
|
||||
|
||||
### Query Parameters
|
||||
| Param | Type | Default | Description |
|
||||
|
||||
Reference in New Issue
Block a user