UpdateCalculatedChannel
Update and create a new version of a calculated channel.
api
/v2
/calculated-channels
Request Body
application/json
RequiredThe request for a call to CalculatedChannelService_UpdateCalculatedChannel
to update a calculated channel. Updating a calculated
channel creates a new version of the calculated channel, leaving the previous untouched. If no update is deemed necessary, then the
the current version is returned. To archive calculated channel, specify archived_date
in the update mask
as well as a non-null
value for archived_date
in the calculated_channel
object. To unarchive a calculated channel, specify archived_date
in the
update mask
and a null
value for archived_date
in the calculated_channel
object.
calculatedChannel
Requiredobject
updateMask
Requiredstring
The list of fields to be updated. The fields available to be updated are name
, description
, units
,
query_configuration
, archived_date
, and asset_configuration
.
userNotes
string
Optional user notes to describe changes.
A successful response.