// Project Steps

Reorder project steps

Replace the order of a project's steps in one call.

PUT/api/project/steps/order

Description

Sets the order of the project's steps. Pass every step ID in the desired order; any step missing from orderedStepIds keeps its previous relative position at the end.

Parameters

NameInTypeRequiredDescription
projectId body string yes ID of the project.
orderedStepIds body array<string> yes Step IDs in the desired order.

Errors

StatusMeaning
400 Invalid projectId or unknown step ID.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.