Skip to content
ADSERVIO API
  • About
  • Docs

Docs

  • Getting started
  • Changelog
  • Oauth
  • Common enumerations
  • Querying results
  • Response codes
  • Input validation

Endpoints

  • Absences
  • Callouts
  • Candidates
  • Certificates
  • Accounts
  • Addresses
  • Administrators
  • Admission
  • Authentication
  • Averages
  • Behavior
  • Calendar
  • Chat
  • Classes
  • Edumarket
  • Exemptions
  • Files
  • Generic
  • Grades
  • Groups
  • Historic
  • Holidays
  • Homeworks
  • Institutions
  • Library
  • Meetings
  • Messages
  • Mood
  • News
  • Nomenclature
  • Observations
  • Organizations
  • Parents
  • Photo
  • Portofolio
  • Reports
  • Repartition
  • Roles
  • Schedule
  • Schools
  • Students
  • Questionnaires
  • Subjects
  • Taxes
  • Teachers
  • Enumerations
  • Tests
  • Staff attendence
  • Timetables
  • Timesheet
  • Tenants
  • Transfers
  • Users
  • Schedule events
  • Versions
  • Warnings
  • Year-book
  • Years

PUT ./timetables/{id}

Change the timetable name.

NameValue TypeValidationDetails
namestringRequired if 'status' is absentTimetable name
statusstringRequired if 'name' is absentTimetable status

Validation

Error FieldError CodeError Message
name101The name should be unique in the school year.
status107Timetable status can not be changed

Output example

{
"success": true
}