Loading ngsi-ld-api.yaml +12 −0 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
ngsi-ld-api.yaml +12 −0 Original line number Diff line number Diff line Loading @@ -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' Loading