Commit 90d66e08 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

renamed logm subscriptions responses definitions

parent ece0ccbb
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -304,7 +304,7 @@ paths:
        $ref: '#/components/requestBodies/LogmSubscriptionRequest'
        $ref: '#/components/requestBodies/LogmSubscriptionRequest'
      responses:
      responses:
        "201":
        "201":
          $ref: '#/components/responses/LogmSubscription'
          $ref: '#/components/responses/LogmSubscription.201'
        "303":
        "303":
          $ref: '#/components/responses/LogmSubscription.303'
          $ref: '#/components/responses/LogmSubscription.303'
        "422":
        "422":
@@ -342,7 +342,7 @@ paths:
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
        - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization"
      responses:
      responses:
        "200":
        "200":
          $ref: '#/components/responses/LogmSubscriptions'
          $ref: '#/components/responses/LogmSubscriptions.200'
        "400":
        "400":
          $ref: '../components/SOL009_resp.yaml#/components/responses/400'
          $ref: '../components/SOL009_resp.yaml#/components/responses/400'
        "401":
        "401":
@@ -541,7 +541,7 @@ components:
          schema:
          schema:
            $ref: "#/components/schemas/LogmSubscription"
            $ref: "#/components/schemas/LogmSubscription"


    LogmSubscriptions:
    LogmSubscriptions.200:
      description: >-
      description: >-
        Shall be returned when the list of subscriptions has been queried successfully.
        Shall be returned when the list of subscriptions has been queried successfully.
        The response body shall contain in an array the representations of all active subscriptions of
        The response body shall contain in an array the representations of all active subscriptions of
@@ -576,7 +576,7 @@ components:
            items:
            items:
              $ref: "#/components/schemas/LogmSubscription"
              $ref: "#/components/schemas/LogmSubscription"


    LogmSubscription:
    LogmSubscription.201:
      description: >-
      description: >-
        Shall be returned when the subscription has been created successfully.
        Shall be returned when the subscription has been created successfully.
        A representation of the created "Individual subscription" resource shall be returned in the response body,
        A representation of the created "Individual subscription" resource shall be returned in the response body,