diff --git a/webservice/update_config.py b/webservice/update_config.py
index 5f40abd8c3dc3588da44f86f2d00a6ac74c5acb6..f1ae56d369ddbadf4e0d6ca2d158593b9fe47941 100755
--- a/webservice/update_config.py
+++ b/webservice/update_config.py
@@ -19,9 +19,9 @@ AGIPD_CONFIGURATIONS = {
         "xray-gain": {'type': bool},
         "blc-noise": {'type': bool},
         "blc-set-min": {'type': bool},
-        "blc-noise": {'type': bool},
-        "dont-zero-nans": {'type': bool},
-        "dont-zero-orange": {'type': bool},
+        "blc-stripes": {'type': bool},
+        "zero-nans": {'type': bool},
+        "zero-orange": {'type': bool},
         "max-pulses": {'type': list,
                        'msg': "Range list of maximum pulse indices "
                               "(--max-pulses start end step). "