---
title: "Set a teacher's instruments"
method: PATCH
path: "/MusicLessons/Teacher/Instruments"
tags: ["Musiclessons"]
---

# Set a teacher's instruments

`PATCH /MusicLessons/Teacher/Instruments`

**Requires permission:** *MusicAdmins*

Replaces the complete set of instruments a teacher is assigned to teach.

## Query parameters

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

## Request body

- UpdateMusicTeacherInstrumentsRequest
  - `email` string
  - `instrumentIds` integer[]

## Response `204`

Success - Updated

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

[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/fab57bf5558a/schema)
