Commit 244ae197 authored by Marco Cavalli's avatar Marco Cavalli
Browse files

Add options parameter to queryBatch API

parent 6232626d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1641,7 +1641,19 @@ paths:
      operationId: queryBatch
      parameters:
        # Local Query param
        - $ref: '#/components/parameters/Query.count'
        - $ref: '#/components/parameters/Query.limit'
        - $ref: '#/components/parameters/Query.local'
        - name: options
          in: query
          style: form
          explode: false
          schema:
            type: array
            items:
              allOf:
                - $ref: '#/components/schemas/options.representation'
                - $ref: '#/components/schemas/options.sysAttrs'
        # Request headers
        - $ref: '#/components/parameters/Headers.Link'
        - $ref: '#/components/parameters/Headers.ngsildTenant'