v1
latestOpenAPI 3.0.12026-08-041753011.2 MBBalance
Update a balance
patch/v1/workspaces/{workspaceId}/time-off/balance/policy/{policyId}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:60f91b3ffdaf031696ec61a8
Represents a workspace identifier across the system.
policyIdstring required
Represents a policy identifier across the system.
Example:63034cd0cb0fb876a57e93ad
Represents a policy identifier across the system.
Request body
Example request
{
"dateRange": {
"end": "2021-12-25",
"start": "2021-12-23"
},
"note": "Bonus days added.",
"sync": true,
"userIds": [
"5b715448b079875110792222",
"5b715448b079875110791111"
],
"value": 22
}Response
No Content