action domainsdb_get_domains_updates_list { label: "List of updates" provider: domainsdb method: GET path: "/domains/updates/list" encoding: json input: { type: "object" properties: { api_key: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { added: { type: "string" description: "Updates added list" } added_download: { type: "string" description: "Download link for added" } date: { type: "string" description: "Update date" } deleted: { type: "string" description: "Updates deleted list" } deleted_download: { type: "string" description: "Download link for deleted" } } } }