adessoCucumber/Cucumber

Change POST on "/api/scenario/add/:scenarioID" to GET

Closed this issue · 0 comments

In the current implementation adding a scenario via the API doesn´t take a new scenario from the body of the request. The new scenario is generated in backend. Therefore, we can change the call to GET.