Home / Resources / API Reference

Project

Base route: /api/project

Update project steps order

Reorganizes the execution sequence of deployment steps for a project using an ordered list of step IDs.

Request

Parameters
projectId
string
required
The identifier of the project.
orderedStepIds
array
required
An array of step IDs in the desired order of execution.
Request body

PUT /api/project/steps/order {   "projectId": "string",   "orderedStepIds": ["string"] }

Response

200 OK