Commit 76c5845f authored by sunse's avatar sunse
Browse files

Rel19 CR0362 TS28.532 OpenAPI correction related to format of URI query parameters

parent 01ecd5be
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -203,13 +203,12 @@ paths:
          in: query
          description: >-
            This parameter extends the set of targeted resources beyond the base
            resource identified with the path component of the URI. No scoping
            mechanism is specified in the present document.
            resource identified with the path component of the URI.
          required: false
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Scope'
          style: form
          explode: true
        - name: filter
          in: query
          description: >-
+6 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ paths:
          in: query
          description: The list of connectionId for which the connection information is to be returned.
          required: false
          style: form
          explode: false
          schema:
            type: array
            items:
@@ -187,6 +189,8 @@ paths:
          in: query
          description: The list of streamId for the stream(s) to be deleted.
          required: true
          style: form
          explode: false
          schema:
            type: array
            items:
@@ -214,6 +218,8 @@ paths:
          in: query
          description: The list of streamId for which the stream information is to be retrieved.
          required: true
          style: form
          explode: false
          schema:
            type: array
            items: