Update deploy/undeploy response status code 15/14815/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 13 Aug 2025 12:13:28 +0000 (13:13 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 13 Aug 2025 12:13:28 +0000 (13:13 +0100)
deploy/undeploy response code modified to 202 from 200.

Issue-ID: NONRTRIC-1082
Change-Id: I332f1b8c63555e8027b7cde288362313e6b3087d
Signed-off-by: aravind.est <aravindhan.a@est.tech>
openapi/rappmanager/rappmanager-spec.json
openapi/rappmanager/rappmanager-spec.yaml

index e6a8070..442cea3 100755 (executable)
           "required": true
         },
         "responses": {
-          "200": {
-            "description": "OK"
+          "202": {
+            "description": "Accepted"
           },
           "400": {
             "description": "Bad Request"
index 18f5ace..4c7413a 100755 (executable)
@@ -175,8 +175,8 @@ paths:
               $ref: '#/components/schemas/RappInstanceDeployOrder'
         required: true
       responses:
-        '200':
-          description: OK
+        '202':
+          description: Accepted
         '400':
           description: Bad Request
         '404':