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": "035a475a-583b-440a-b83a-9ffa323968d6",
    "studyLeaveOptionGroupId": "ae404a31-bb23-4348-bffb-3921784701ed",
    "name": "Example Option",
    "code": "Example Code",
    "studyLeaveOptionAccess": []
  }
}

Response

Success - Success

Changes