---
title: "Update contract template"
method: PUT
path: "/v1/organizations/{orgId}/contract-templates/{id}"
tags: ["Contract Templates"]
---

# Update contract template

`PUT /v1/organizations/{orgId}/contract-templates/{id}`

## Path parameters

- `orgId` string, required
- `id` string, required

## Request body

- ContractTemplateUpdateDto
  - `name` string
  - `description` string
  - `workDays` string
  - `weeklyHours` number
  - `dailyHours` number
  - `breakMinutesRequired` integer
  - `breakThresholdMinutes` integer
  - `salaryType` string
  - `vacationDaysAnnual` number
  - `sickLeavePaidDays` integer
  - `employmentModelId` string
  - `holidayCollectionId` string
  - `countryCode` string

## Response `200`

Updated contract template

- ContractTemplateDto
  - `id` string
  - `organizationId` string
  - `name` string
  - `description` string
  - `i18nKey` string
  - `workDays` string
  - `weeklyHours` number
  - `dailyHours` number
  - `breakMinutesRequired` integer
  - `breakThresholdMinutes` integer
  - `salaryType` string
  - `vacationDaysAnnual` number
  - `sickLeavePaidDays` integer
  - `employmentModelId` string
  - `holidayCollectionId` string
  - `countryCode` string
  - `systemTemplate` boolean
  - `active` boolean
  - `lastUpdate` integer
  - `created` integer

## Other responses

- `400` — Bad request
- `401` — Not authorized

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
