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

Updating the descriptrion fo the request body for the 5.6.14 Partial Update...

Updating the descriptrion fo the request body for the 5.6.14 Partial Update Attribute instance in Temporal Representation of an Entity operation.
parent 1b59e5a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2002,7 +2002,7 @@ paths:
        5.6.12 Add Attributes to Temporal Representation of an Entity.

        This operation allows modifying a Temporal Representation of an Entity by adding new Attribute instances.
      operationId: addAttrsTemporal
      operationId: appendAttrsTemporal
      parameters:
        # Path params
        - $ref: '#/components/parameters/Path.entityId'
@@ -2087,7 +2087,7 @@ paths:
        - $ref: '#/components/parameters/Headers.Link'
        - $ref: '#/components/parameters/Headers.ngsildTenant'
      requestBody:
        description: Entity Fragment containing the elements of the attribute to be updated.
        description: EntityTemporal Fragment containing a complete representation of the Attribute instance to be replaced.
        $ref: '#/components/requestBodies/EntityTemporalFragment'
      responses:
        '204':