---
title: "Create / update a music instrument"
method: POST
path: "/MusicLessons/Instrument"
tags: ["Musiclessons"]
---

# Create / update a music instrument

`POST /MusicLessons/Instrument`

**Requires permission:** *MusicAdmins*

Creates a new instrument (inserting at the given orchestral order) or updates an existing one.

## Query parameters

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

## Request body

- UpsertMusicInstrumentRequest
  - `id` integer
  - `description` string, nullable
  - `orchestralOrder` integer

## Response `204`

Success - Saved

## 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)
