Update openapi.yaml swagger with new status codes 00/134800/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Fri, 9 Jun 2023 12:38:46 +0000 (13:38 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Fri, 9 Jun 2023 13:03:32 +0000 (14:03 +0100)
commit478775d9a56f09ae6d4103b09f127aa6ae150f46
tree90fed61915190ae535bef77cbe19b8d248b50726
parentd58c0ca04ae993702b2c399afd52b01e503ec0fe
Update openapi.yaml swagger with new status codes

Changing the response code of delete operation from 200 to 202 as it
requires to be delegated to the participants.

Adding 500 server error code for all the REST responses.

Issue-ID: POLICY-4729
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I92c17b253071c3fe4014f475d681bc99df4a9402
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/main/rest/InstantiationController.java
runtime-acm/src/main/resources/openapi/openapi.yaml
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/instantiation/rest/InstantiationControllerTest.java