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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true,"result":{"hash":"voluptate ex sit dolore incididunt"}}