X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=r-app-catalogue%2Fapi%2Frac-api.yaml;h=9ba6c398491309d8b86d78b81ca76abf8ee70309;hb=c5b6948e2a6fe657134de0d26385470c8803655f;hp=748cf2b428dde447825a213961116ff0000c306c;hpb=2d7ba05327959f5381f96fd885b3b82789d8936c;p=nonrtric.git diff --git a/r-app-catalogue/api/rac-api.yaml b/r-app-catalogue/api/rac-api.yaml index 748cf2b4..9ba6c398 100644 --- a/r-app-catalogue/api/rac-api.yaml +++ b/r-app-catalogue/api/rac-api.yaml @@ -14,7 +14,7 @@ paths: summary: Services operationId: getServices responses: - 200: + "200": description: Services content: application/json: @@ -40,13 +40,13 @@ paths: type: string example: DroneIdentifier responses: - 200: + "200": description: Service content: application/json: schema: $ref: '#/components/schemas/service' - 404: + "404": description: Service is not found content: application/json: @@ -75,9 +75,9 @@ paths: $ref: '#/components/schemas/inputService' required: true responses: - 200: + "200": description: Service updated - 201: + "201": description: Service created headers: Location: @@ -86,14 +86,14 @@ paths: explode: false schema: type: string - 400: + "400": description: Provided service is not correct content: application/json: schema: $ref: '#/components/schemas/error_information' example: - detail: 'Service is missing required property: version' + detail: "Service is missing required property: version" status: 400 deprecated: false delete: @@ -111,7 +111,7 @@ paths: type: string example: DroneIdentifier responses: - 204: + "204": description: Service deleted deprecated: false components: