diff --git a/upload.sh b/upload.sh index 71a2e09..338398c 100755 --- a/upload.sh +++ b/upload.sh @@ -24,3 +24,6 @@ fi rm -f ${RESPONSE} #echo ${STATUS} + +# Clear/Reload API cache +curl -H "Content-Type: application/json" -d '{"reload": "true"}' https://data-api.psi.ch/sf/channels/config > /dev/null