Create a new major.
| Permission | Description |
|---|---|
majors.view_all | Access majors |
majors.create | Create major |
| Name | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Name of the major (max 255) |
{
"data": { /* major resource */ }
}
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden (no permission) | Permission error |