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": "664202ba-9b3a-40a4-98cc-9550701122b5",
    "studyLeaveOptionGroupId": "9746addf-5403-4365-9550-b54cfff7cfc4",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes