action rudder_reload_one_datasource_one_node { label: "Update properties for one node from a data source" description: "Update properties from a data source on one nodes. The call is asynchronous." provider: rudder method: POST path: "/nodes/{nodeId}/fetchData/{datasourceId}" encoding: json output: { type: "object" required: ["action", "data", "result"] properties: { action: { type: "string" description: "The id of the action" enum: ["ReloadOneDatasourceOneNode"] } data: { type: "string" } result: { type: "string" description: "Result of the request" enum: ["success", "error"] } } } }