POST ./timetables/{id}/duplicate

Create a new timetable but with a different name.

POST parameters

NameValue TypeValidationDetails
namestringRequiredThe new timetable name

Validation

Error FieldError CodeError Message
name102The name should be unique.
id106The timetable does not exist.
ascID105All classes must have a schedule assigned
ascID106All classes must have at least an activity assigned

Output example

{
"id": 11
}