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": "fcb1d23d-9c17-44a4-9b9c-709c8f6ffd2d",
    "studyLeaveOptionGroupId": "ca096837-6dc8-44d8-9a81-be4966e9a39c",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes