action telnyx_otaupdates_list { label: "List OTA updates" provider: telnyx method: GET path: "/ota_updates" encoding: json input: { type: "object" properties: { "filter[sim_card_id]": { type: "string" } "filter[type]": { type: "string" enum: ["sim_card_network_preferences"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }