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
| Name | In | Type | Required | Description |
|---|---|---|---|---|
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
| Status | Meaning |
|---|---|
400 |
Invalid source or target. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |