action magick_put_trading_accounts_password_username_brokerserver_mt4username { label: "Update MT4 Account Password" provider: magick method: PUT path: "/tradingAccounts/password/{username}/{brokerserver}/{mt4username}" encoding: json input: { type: "object" properties: { brokerserver: { type: "string" } mt4username: { type: "string" } username: { type: "string" } } required: ["brokerserver", "mt4username", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }