v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
HolidayQuota

put/v2/holidaysQuota/{id}

Path parameters

idinteger required
Example:1

Request body

year_sinceinteger

Year from which on the vacation quota setting applies.

year_untilinteger nullable

Year until the vacation quota setting applies.

countnumber float

Amount of vacation days.

notestring nullable

Example request

{
  "year_since": 2023,
  "year_until": 2023
}

Response

Successful operation

Example response

{
  "data": {
    "id": 10,
    "users_id": 20,
    "count": 3.5,
    "note": "Carryover from previous year"
  }
}