Commit d01f5902 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch 'Rel19_CR0362_TS28.532_OpenAPI_correction_related_to_format_of_URI_query_parameters' into 'Integration_Rel19_SA5_159_YAML'

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

See merge request !1593
parents 01ecd5be 76c5845f
Loading
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: