PATCH

Update Step


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates a step.

Each time the step is updated, revision increments by 1. The current revision must be passed when updating the step. This ensures you're working with the latest step and prevents unintended overwrites.

Use this method to update step content and quiz settings. To move a step within a section or to another section, call MoveStep instead of updating step.sectionId. To attach a quiz to the step, create or clone the quiz separately, then specify its ID in step.quizOptions.id.

To update multiple steps in a single API call, call BulkUpdateSteps.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Online Programs
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/program-steps-service/v3/steps/{step.id}

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?