Studyleave

Patch Study Leave Option

Requires permission: StudyLeaveAdmin

Update a study leave option

patch/StudyLeave/Options

Query parameters

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

Request body

Example request

{
  "studyLeaveOption": {
    "studyLeaveOptionId": "812c5c9b-f3be-4f31-98eb-da2d4324f4f6",
    "studyLeaveOptionGroupId": "8735f870-52e1-495b-a8e3-de94b4a1adcb",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes