Commit 8d23f4fa authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Deleting the required statements for timerel and timeAt query parameters of...

Deleting the required statements for timerel and timeAt query parameters of 5.7.4 Query Temporal Evolution of Entities, and indicating within the description of the operation that requirements.
parent 580957ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1805,6 +1805,8 @@ paths:

        This operation allows querying the temporal evolution of Entities present in an NGSI-LD system.
        It is similar to the operation defined by clause 5.7.2 (Query Entities) with the addition of a temporal query.
      
        *The query parameters timerel and timeAt are required.
      operationId: queryTemporal
      parameters:
        # Query params
@@ -1820,9 +1822,7 @@ paths:
        - $ref: '#/components/parameters/Query.geoproperty'
        - $ref: '#/components/parameters/Query.timeproperty'
        - $ref: '#/components/parameters/Query.timerel'
          required: true
        - $ref: '#/components/parameters/Query.timeAt'
          required: true
        - $ref: '#/components/parameters/Query.endTimeAt'
        - $ref: '#/components/parameters/Query.lastN'
        - $ref: '#/components/parameters/Query.lang'