Update function transfer status
PATCH/api/v1/devices/{deviceId}/inputs/data-objects/transfer-functions/{functionTransferId}/status
Enable or disable a function transfer without modifying its configuration.
Path Parameters
deviceId(string, required): Device identifier. Example:9f75abda56c3functionTransferId(string, required): Unique identifier of the function transfer. Example:3f2504e0-4f89-11d3-9a0c-0305e82c3301
Request Body Parameters
isEnabled(boolean, required): Enable or disable the function transfer. Example:true
Responses
200 OK: Returns the updated function transfer object with new status.404 Not Found: Function transfer with the specified ID does not exist.
Security
- This API requires authentication.
Request
Responses
- 200
OK