action rudder_reload_one_datasource_all_nodes { label: "Update properties from data sources" description: "Update properties from all data source on all nodes. The call is asynchronous." provider: rudder method: POST path: "/datasources/reload/{datasourceId}" encoding: json output: { type: "object" required: ["action", "data", "result"] properties: { action: { type: "string" description: "The id of the action" enum: ["ReloadOneDatasourceAllNodes"] } data: { type: "string" } result: { type: "string" description: "Result of the request" enum: ["success", "error"] } } } }