action api2cart_bridge_update { label: "BridgeUpdate" description: "Update bridge in the store." provider: api2cart method: POST path: "/bridge.update.json" encoding: json output: { type: "object" properties: { result: { type: "object" properties: { updated: { type: "boolean" } } } return_code: { type: "integer" } return_message: { type: "string" } } } }