action sinao_app_cashflow_banks_url_edit { label: "Get the link to the funnel to edit password" description: "" provider: sinao method: GET path: "/apps/{appId}/banks/{id}/funnel/edit" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { url: { type: "string" format: "uri" } } } }