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:
items:
$ref: "#/components/schemas/LoggingJob"
LogReportAvailableNotification.Post.201:
LogReportAvailableNotification.Post.204:
description: >-
Shall be returned when the notification has been delivered successfully.
headers:
......@@ -960,7 +960,7 @@ components:
schema:
type: string
LogReportNotification.Get.200:
LogReportAvailableNotification.Get.204:
description: >-
Shall be returned to indicate that the notification endpoint has been tested successfully.
The response body shall be empty.
......@@ -1804,7 +1804,7 @@ components:
- $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
responses:
"204":
$ref: '#/components/responses/LogReportNotification.Get.204'
$ref: '#/components/responses/LogReportAvailableNotification.Get.204'
"400":
$ref: '../components/SOL009_resp.yaml#/components/responses/400'
"401":
......
......@@ -27,7 +27,7 @@ servers:
- url: https://127.0.0.1/callback/v1
paths:
/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification:
/URI_is_provided_by_the_client_when_creating_the_subscription-LogNotification:
description: >-
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
......
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