Sync the operations for a lesson plan
Lesson Plans
Sync the operations for a lesson plan
Purpose: Apply pending operations to update the lesson plan
When to use:
- After storing operations, to see the changes take effect
- For incremental updates without full recreation
- When you want to apply only recent changes (e.g after running a script to add a lot of operations)
What it does:
- Finds operations that haven’t been applied yet
- Executes them in sequence
- Updates the lesson plan structure
- Returns results of each operation
POST
Sync the operations for a lesson plan
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Lesson plan ID
Store an operation on a lesson plan
Previous
Recreate a lesson plan from a course and apply all operations
Next