[TECHDEBT] Align CPS NCMP REST API Specification
[cps.git] / cps-ncmp-rest / docs / openapi / components.yaml
index 021a790..22453f3 100644 (file)
@@ -382,3 +382,13 @@ components:
     NoContent:
       description: No Content
       content: {}
+    InternalServerError:
+      description: Internal Server Error
+      content:
+        application/json:
+          schema:
+            $ref: "#/components/schemas/ErrorMessage"
+          example:
+            status: 500
+            message: Internal Server Error
+            details: Internal Server Error occurred