PATCH

Move 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.

Moves a step within a section or to a different section.

Each time the step is updated, revision increments by 1. Pass the current revision when possible to protect against conflicting updates.

If afterStepId isn't specified, the step is moved to the beginning of the target section. The step's ordering is recalculated automatically.

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/{stepId}/move

Errors

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

Did this help?