diff --git a/report/openapi.yaml b/report/openapi.yaml
index 07e29f1b7543ab85c42bad87e05a00e0032e94f2..f84d9c4ecbab2f63aafcb02811bf5739b8404746 100644
--- a/report/openapi.yaml
+++ b/report/openapi.yaml
@@ -26,13 +26,12 @@ servers:
         default: "8085"
 tags:
   - name: Report
-    description: Microservice for report.
+    description: Microservice for report pdf report.
 paths:
   /api/reports/flight/{id}:
     get:
       tags:
         - Report
-        - Flight
       summary: Get the report of flight.
       description: |
         Return the report of flight by its id in the PDF format
@@ -51,4 +50,10 @@ paths:
             application/pdf:
               schema:
                 type: string
-                format: binary
\ No newline at end of file
+                format: binary
+        "404":
+          description: Not Found
+          content:
+            application/json:
+              schema:
+                $ref: '../core/openapi.yaml#/components/schemas/ErrorMessage'
\ No newline at end of file