curl --request PATCH \
--url https://api.plane.com/v1/leave-entitlements/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"overrides": {},
"ends": {}
}
'Update manual entitlement overrides or its end date.
curl --request PATCH \
--url https://api.plane.com/v1/leave-entitlements/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"overrides": {},
"ends": {}
}
'Was this page helpful?