From 3dfbe79936965e9a4ef5eba634dff87009581192 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 24 Jun 2018 10:44:46 +0100 Subject: [API] Implement chunk-based user update mechanism --- pysite/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pysite/constants.py') diff --git a/pysite/constants.py b/pysite/constants.py index fa5dbab2..e6d618c0 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -14,6 +14,7 @@ class ErrorCodes(IntEnum): class ValidationTypes(Enum): json = "json" + none = "none" params = "params" -- cgit v1.2.3