---
title: "Update Schedule Template"
method: PUT
path: "/schedule-templates/{scheduleTemplateId}"
tags: ["Schedule Template"]
---

# Update Schedule Template

`PUT /schedule-templates/{scheduleTemplateId}`

Updates the schedule template identified by `scheduleTemplateId`.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Request body

- ScheduleTemplateUpdateRequest — Schedule Template update request model
  - `name` string — <div style="display: inline;">Schedule Template name.</div>
  - `description` string — Schedule Template description.
  - `configurations` ScheduleTemplateConfigurationRequest[]
    - `taskTypeId` string, required — The identifier of the human task type.
    - `schedules` ScheduleTemplateConfigurationSchedules[]
      - `scope` 'global' | 'sourceLanguage' | 'languageDirection', required — The scope of this configuration schedule. \ global -> schedule of the task \ sourceLanguage -> schedule of the specific task when the sourceLanguage matches this object's sourceLanguage\ languageDirection -> schedule of the specific task when the languageDirection matches this object's languageDirection
      - `duration` integer — Expressed in minutes.
      - `reminder` unknown
      - `sourceLanguage` string
      - `targetLanguage` string
  - `projectScheduleConfiguration` ScheduleTemplateProjectConfiguration — Schedule Template Project Configuration resource
    - `duration` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Expressed in minutes.</div>
    - `reminder` unknown

## Response `204`

No content

## Other responses

- `400` — Error responses: * “invalid”: invalid input on update schedule template model. * "empty": Empty mandatory value mentioned in the "name" field on the error response or in “scheduleTemplateId” path variable. * "maxSize": Maximum size exceeded for the value mentioned in the "name" or in the "description" fields. * "invalidType": The value provided for the "taskTypeId" field is invalid.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to update the schedule template.
- `404` — Error codes: * "notFound": the schedule template could not be found by identifier.
- `409` — Error codes: * "duplicate": A schedule template with the same name already exists in the same location.

---

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