Create an education record for a user.
| Permission | Description |
|---|---|
education.create | Create education for yourself |
education.create_any | Create education for any user |
| Name | Type | Required | Description |
|---|---|---|---|
school | string | Yes | Name of the school (max 255) |
field | string | Yes | Field of education (max 255) |
description | string | No | Optional description (max 2000) |
start_date | string | Yes | Start date (date format) |
end_date | string | No | End date (nullable, date format) |
{ /* education resource */ }
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |