A request message for adding or updating a source node.

interface AddOrUpdateSourceRequest {
    preferences: ApiPreferences;
    replaceAllProperties: boolean;
    source: SourceNodeProperties;
}

Properties

preferences: ApiPreferences
replaceAllProperties: boolean

If true then all properties will be replaced with values from source. If false then only properties with values in source will be updated. This field is ignored when adding a new node.