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

Minor Bug Fixed (2)

parent 642442f7
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -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:
          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:
              - $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":
+1 −1
Original line number Original line Diff line number Diff line
@@ -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