Commit b7c9170a authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

added missing parameter

parent 50d55c3a
Loading
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -104,6 +104,8 @@ paths:
    description: >-
      This resource represents an individual subscription. The client can use this resource to read and to 
      terminate a subscription to notifications related to NS instance usage.
    parameters:
      - $ref: "#/components/parameters/subscriptionId"
    get:
      description: >-
        The GET method retrieves information about a subscription by reading an "individual subscription" resource.
@@ -238,6 +240,15 @@ paths:
          $ref: ../components/SOL011_resp.yaml#/components/responses/504

components:
  parameters:
    subscriptionId:
      name: subscriptionId
      in: path
      description: >-
        Identifier of the subscription
      required: true
      schema:
        $ref: '../components/SOL011_schemas.yaml#/components/schemas/Identifier'

  requestBodies:
    NsInstanceUsageSubscriptionRequest: