// Project Steps

Clone a project step

Copy an existing step into the same or another project.

POST/api/project/step/clone

Description

Copies a step from one project to another (or duplicates within the same project). The cloned step appears at the end of the target project's step list.

Parameters

NameInTypeRequiredDescription
sourceProjectStepId body string yes ID of the source step.
targetProjectId body string yes ID of the target project.
name body string no Override name for the cloned step.

Errors

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