Commit f4b880c7 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

Minor Bug Fixed (2)

parent 642442f7
Pipeline #7656 running with stage
in 0 seconds
...@@ -939,7 +939,7 @@ components: ...@@ -939,7 +939,7 @@ components:
items: items:
$ref: "#/components/schemas/LoggingJob" $ref: "#/components/schemas/LoggingJob"
LogReportAvailableNotification.Post.201: LogReportAvailableNotification.Post.204:
description: >- description: >-
Shall be returned when the notification has been delivered successfully. Shall be returned when the notification has been delivered successfully.
headers: headers:
...@@ -960,7 +960,7 @@ components: ...@@ -960,7 +960,7 @@ components:
schema: schema:
type: string type: string
LogReportNotification.Get.200: LogReportAvailableNotification.Get.204:
description: >- description: >-
Shall be returned to indicate that the notification endpoint has been tested successfully. Shall be returned to indicate that the notification endpoint has been tested successfully.
The response body shall be empty. The response body shall be empty.
...@@ -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.204' $ref: '#/components/responses/LogReportAvailableNotification.Get.204'
"400": "400":
$ref: '../components/SOL009_resp.yaml#/components/responses/400' $ref: '../components/SOL009_resp.yaml#/components/responses/400'
"401": "401":
......
...@@ -27,7 +27,7 @@ servers: ...@@ -27,7 +27,7 @@ servers:
- url: https://127.0.0.1/callback/v1 - url: https://127.0.0.1/callback/v1
paths: paths:
/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification: /URI_is_provided_by_the_client_when_creating_the_subscription-LogNotification:
description: >- description: >-
This resource represents a notification endpoint for NFV-MANO log management. This resource represents a notification endpoint for NFV-MANO log management.
The API producer can use this resource to send notifications related to log management events to a The API producer can use this resource to send notifications related to log management events to a
......
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