Course Mutations
Important: The Teachify Admin API is currently under development and not yet available for public use. This documentation is provided for preview purposes only.
Overview
The course mutations allow you to create, update, and delete courses within your Teachify school. These operations enable you to programmatically manage your course catalog.
Available Mutations
createCourse
Note: This mutation is still under development and will be fully documented when available.
Creates a new course in the school.
updateCourse
Note: This mutation is still under development and will be fully documented when available.
Updates an existing course with new properties.
deleteCourse
Note: This mutation is still under development and will be fully documented when available.
Deletes a course if no active enrollments exist.
Error Handling
All course mutations return an errors
field in the response that will contain any validation or processing errors that occurred during the operation.
For more information about the Teachify Admin API, please refer to the API Overview.