sonata-nfv / tng-api-gtw

The API Gateway for the 5GTANGO Verification&Validation and Service Platforms (built on top of SONATA).
http://5gtango.eu
Apache License 2.0
1 stars 12 forks source link

Add a route for PUT a change in a test plan #206

Closed anapolg closed 5 years ago

anapolg commented 5 years ago

The V&V route to PUT a change in the status of a test plan (and like this execute it manually) is: http://pre-int-vnv-bcn.5gtango.eu:6100/swagger-ui.html#/test-plan-controller/updateUsingPUT

or what is the same: PUT /api/v1/test-plans/{uuid}

Portal needs a route to /test-plans (already provided with /tests/plans) that supports PUT method.

anapolg commented 5 years ago

Example from Swagger exposed endpoints curl -X PUT "http://pre-int-vnv-bcn.5gtango.eu:6100/api/v1/test-plans/906ffd65-838d-4dd9-b552-8756525e7e8a?status=SCHEDULED" -H "accept: */*"

jbonnet commented 5 years ago

Closed via #209