v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTimeoff > Policy
Updates a Policy
Updates a Policy
put/api/2026-07-01/resources/timeoff/policies/{id}
Path parameters
idstring required
Id of the policy to update.
Request body
Example request
{
"id": "1",
"name": "Policy for remotes",
"description": "This policy will apply only for remote employees"
}Response
OK
Example response
{
"id": "1",
"name": "Policy for remotes",
"main": true,
"company_id": "1",
"description": "This policy will apply only for remote employees"
}