create_shared_step
Create reusable test steps by extracting repeated steps into a shared library for a project.
Instructions
Create a new shared step in a project. payload must include at minimum: name (string) and projectId (number). Use this to extract repeated test steps into a reusable library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | Shared step creation data. Required fields: name, projectId. |