Commit 4fa2e765 authored by Ignacio Dominguez Martinez-Casanueva's avatar Ignacio Dominguez Martinez-Casanueva
Browse files

Fix unused temporalQ for Query Temporal Evolution of Entities

parent 440cf317
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1669,7 +1669,7 @@ paths:
        5.6.12 Append Entity Attributes.

        This operation allows modifying a Temporal Representation of an Entity by adding new Attribute instances.
      operationId: updateAttrsTemporal
      operationId: appendAttrsTemporal
      parameters:
        # Path params
        - $ref: '#/components/parameters/Path.entityId'
@@ -1821,7 +1821,7 @@ paths:
        - $ref: '#/components/parameters/Headers.ngsildTenant'
      requestBody:
        description: Payload body in the request contains a JSON-LD object which represents the query to be performed.
        $ref: '#/components/requestBodies/Query'
        $ref: '#/components/requestBodies/QueryTemporal'
      responses:
        '200':
          description: |
@@ -2993,11 +2993,11 @@ components:
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/Query.temporalQ'
            $ref: '#/components/schemas/Query.temporal'
        application/json+ld:
          schema:
            allOf:
              - $ref: '#/components/schemas/Query.temporalQ'
              - $ref: '#/components/schemas/Query.temporal'
              - type: object
                required:
                  - '@context'
@@ -4380,7 +4380,7 @@ components:
          type: string
      required:
        - type
    Query.temporalQ:
    Query.temporal:
      description: |
        5.2.23 This datatype represents the information that is required in order to convey
        a query when a "Query Temporal Evolution of Entities" operation is to be performed (as pe clause 5.7.4).