Commit 642442f7 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

Minor Bug Fixed

parent 9151038a
Pipeline #7655 running with stage
...@@ -1771,7 +1771,7 @@ components: ...@@ -1771,7 +1771,7 @@ components:
$ref: "#/components/requestBodies/LogReportAvailableNotification" $ref: "#/components/requestBodies/LogReportAvailableNotification"
responses: responses:
"204": "204":
$ref: '#/components/responses/LogReportAvailableNotification.Post' $ref: '#/components/responses/LogReportAvailableNotification.Post.204'
"400": "400":
$ref: '../components/SOL009_resp.yaml#/components/responses/400' $ref: '../components/SOL009_resp.yaml#/components/responses/400'
"401": "401":
...@@ -1804,7 +1804,7 @@ components: ...@@ -1804,7 +1804,7 @@ components:
- $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization" - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
responses: responses:
"204": "204":
$ref: '#/components/responses/LogReportNotification.Get' $ref: '#/components/responses/LogReportNotification.Get.204'
"400": "400":
$ref: '../components/SOL009_resp.yaml#/components/responses/400' $ref: '../components/SOL009_resp.yaml#/components/responses/400'
"401": "401":
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment