action clubhouseapi_get_check_for_update { label: "Clubhouse uses this to check for updates when app is not installed from App Store (eg TestFlight)" provider: clubhouseapi method: GET path: "/check_for_update" encoding: json input: { type: "object" properties: { is_testflight: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }