[TECHDEBT] Align CPS Core REST API Specification and Implementation 08/126608/9
authorJosephKeenan <joseph.keenan@est.tech>
Fri, 14 Jan 2022 12:37:45 +0000 (12:37 +0000)
committerJosephKeenan <joseph.keenan@est.tech>
Thu, 27 Jan 2022 09:52:24 +0000 (09:52 +0000)
Issue-ID: CPS-822

Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: I3179194fb6d7d7416d4f7e75ef51f05b6de89c10

cps-rest/docs/openapi/cpsAdmin.yml
cps-rest/docs/openapi/cpsData.yml
cps-rest/docs/openapi/cpsQuery.yml

index 869cb6e..96f097f 100644 (file)
@@ -28,12 +28,12 @@ dataspaces:
     responses:
       '201':
         $ref: 'components.yml#/components/responses/Created'
-      '400':
-        $ref: 'components.yml#/components/responses/BadRequest'
       '401':
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
+      '409':
+        $ref: 'components.yml#/components/responses/Conflict'
 
   delete:
     description: Delete a dataspace
@@ -81,6 +81,8 @@ schemaSet:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
+      '409':
+        $ref: 'components.yml#/components/responses/Conflict'
 
 schemaSetBySchemaSetName:
   get:
@@ -105,8 +107,6 @@ schemaSetBySchemaSetName:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
-      '404':
-        $ref: 'components.yml#/components/responses/NotFound'
 
   delete:
     description: Delete a schema set given a schema set name and a dataspace
@@ -153,8 +153,6 @@ anchorsByDataspace:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
-      '404':
-        $ref: 'components.yml#/components/responses/NotFound'
 
   post:
     description: Create a new anchor in the given dataspace
@@ -175,6 +173,8 @@ anchorsByDataspace:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
+      '409':
+        $ref: 'components.yml#/components/responses/Conflict'
 
 anchorByDataspaceAndAnchorName:
   get:
@@ -199,8 +199,6 @@ anchorByDataspaceAndAnchorName:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
-      '404':
-        $ref: 'components.yml#/components/responses/NotFound'
 
   delete:
     description: Delete an anchor given an anchor name and a dataspace
index 15f8a1c..b47583b 100644 (file)
@@ -44,8 +44,6 @@ nodeByDataspaceAndAnchor:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
-      '404':
-        $ref: 'components.yml#/components/responses/NotFound'
     x-codegen-request-body-name: xpath
 
 listElementByDataspaceAndAnchor:
@@ -161,6 +159,8 @@ nodesByDataspaceAndAnchor:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
+      '409':
+        $ref: 'components.yml#/components/responses/Conflict'
 
   patch:
     description: Update a data node leaves for a given dataspace and anchor and a parent node xpath
index 4f938aa..ce1087d 100644 (file)
@@ -44,6 +44,4 @@ nodesByDataspaceAndAnchorAndCpsPath:
         $ref: 'components.yml#/components/responses/Unauthorized'
       '403':
         $ref: 'components.yml#/components/responses/Forbidden'
-      '404':
-        $ref: 'components.yml#/components/responses/NotFound'
     x-codegen-request-body-name: xpath