Commit 27b3803e 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 55b60a10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1790,6 +1790,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
@@ -1805,9 +1807,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'