Closed x-xo closed 1 year ago
We need an endpoint to update the
The endpoint should accept PATCH requests. The endpoint should require basic authentication, with the credentials being injected via an environment variable.
PATCH
Upon updating the values, we might consider wiping the DB.
added /update-config/ route. requires envvar CONFIG_SECRET to be set + header Config-Secret
/update-config/
CONFIG_SECRET
Config-Secret
We need an endpoint to update the
The endpoint should accept
PATCH
requests. The endpoint should require basic authentication, with the credentials being injected via an environment variable.Upon updating the values, we might consider wiping the DB.