From 60945e281190b08b164fbb776cc7c3c546fccd5a Mon Sep 17 00:00:00 2001 From: george Date: Thu, 20 Jun 2024 18:36:14 -0400 Subject: [PATCH] Add mailing list info to API key registration email --- src/server/admin/api_key_form_script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/admin/api_key_form_script.js b/src/server/admin/api_key_form_script.js index 2a48d1459..7258f2b05 100644 --- a/src/server/admin/api_key_form_script.js +++ b/src/server/admin/api_key_form_script.js @@ -45,6 +45,8 @@ function onSubmit(e) { For usage information, see the API Keys section of the documentation: https://cmu-delphi.github.io/delphi-epidata/api/api_keys.html + We strongly suggest you subscribe to our API mailing list to make sure you are informed on important topics, like announcements of API changes, details of updates to data, and unexpected downtime or other problems: https://lists.andrew.cmu.edu/mailman/listinfo/delphi-covidcast-api + Best, Delphi Team` });