v7

OpenAPI 3.0.02026-08-046241,3352.0 MB
Musiclessons

Create / update a music instrument

Requires permission: MusicAdmins

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

post/MusicLessons/Instrument

Query parameters

pageinteger required
pageSizeinteger required
includesstring[] nullable
sortstring nullable
filterstring nullable

Request body

idinteger
descriptionstring nullable
orchestralOrderinteger

Example request

{
  "id": 0,
  "orchestralOrder": 1000
}

Response

Success - Saved