---
title: "Bulk Update Institute Course"
method: PUT
path: "/api/v1/institute/course/update_bulk_course"
tags: ["Institute Course"]
---

# Bulk Update Institute Course

`PUT /api/v1/institute/course/update_bulk_course`

## Request body

- UpdateInstituteCourseRequest[]
  - `course_id` integer, required — Course ID is required
  - `course_name` string — Course name is optional
  - `alias_course_name` string — Alias course name is optional
  - `no_of_years` integer — Number of years is optional

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/leo1/apis/leofees-backend.md) · [All operations](https://skmtc.net/leo1/apis/leofees-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leo1/leofees-backend/revisions/cace8144ecd9/schema)
