action tradematic_put_autofollow_strategies_strategyid_content { label: "Update rules for strategy that was created with strategy builder" description: "Update rules for strategy that was created with strategy builder" provider: tradematic method: PUT path: "/autofollow/strategies/{strategyid}/content" encoding: json input: { type: "object" properties: { strategyid: { type: "string" } } required: ["strategyid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }