Create a new shared step.
POST {{baseUrl}}/shared_step/:code
This method allows to create a shared step in selected project.
Request Body
{"steps"=>[{"action"=>"action", "expected_result"=>"expected_result", "data"=>"data"}], "title"=>"Example of shared step creation"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true,"result":{"hash":"voluptate ex sit dolore incididunt"}}