---
title: "Nominate Current Academic Year"
method: PUT
path: "/Admin/AcademicYear/Nominate"
tags: ["Admin"]
---

# Nominate Current Academic Year

`PUT /Admin/AcademicYear/Nominate`

**Requires permission:** *Admin*

Set the admin-nominated current academic year (intent). Records the nomination only; it is applied to the live Current flag by the overnight sync so all derived data updates in one pass. Pass a null AcademicYearId to clear the nomination and revert to automatic selection. Admin-gated; audited.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PutNominateAcademicYearRequest
  - `academicYearId` string, guid, nullable

## Response `200`

Success - nomination updated

- PutNominateAcademicYearResponse
  - `academicYears` GetAcademicYearsAcademicYearItem[]
    - `academicYearId` string, guid
    - `code` integer, nullable
    - `description` string, nullable
    - `start` string, date-time, nullable
    - `end` string, date-time, nullable
    - `current` boolean
    - `nominatedCurrent` boolean
    - `tense` string, nullable
    - `updatedBy` string, nullable
    - `lastUpdated` string, date-time, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Academic year not found

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
