PUT /api/v1/admin/majors/{major-id}Update an existing major.
| Permission | Description |
|---|---|
majors.view_all | Access majors |
majors.update | Update major |
| Name | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Name of the major (max 255) |
{
"major": {<major resource>}
}