// Project Steps

Create a project step

Append a new step to a project's deployment plan.

POST/api/project/step

Description

Creates a step at the end of the project's step list. Subsequent calls (e.g. PUT /api/project/step) can fill in the step's properties.

Parameters

NameInTypeRequiredDescription
projectId body string yes ID of the project.
name body string yes Step name.
stepTemplateId body string yes ID of the workspace step template to use.

Errors

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