Commit bfb10178 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_111 POST Method (on Notification endpoint) description and response updated

parent 7acce9eb
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -42,7 +42,9 @@ paths:
        Notify

        The POST method delivers a notification regarding a performance
        management event from the server to the client.
        management event from API producer to an API consumer. The API consumer 
        shall have previously created an "Individual subscription" resource with 
        a matching filter.
      parameters:
        - name: PerformanceInformationAvailableNotification
          description: >
@@ -76,7 +78,7 @@ paths:
          description: >
            No Content

            The notification was delivered successfully.
            Shall be returned when the notification has been delivered successfully.
          headers:
            WWW-Authenticate:
              description: >
@@ -169,7 +171,9 @@ paths:
        Notify

        The POST method delivers a notification regarding a performance
        management event from the server to the client.
        management event from API producer to an API consumer. The API consumer 
        shall have previously created an "Individual subscription" resource with 
        a matching filter.
      parameters:
        - name: ThresholdCrossedNotification
          description: >
@@ -203,7 +207,7 @@ paths:
          description: >
            204 NO CONTENT

            The notification was delivered successfully.
            Shall be returned when the notification has been delivered successfully.
          headers:
            WWW-Authenticate:
              description: >