diff options
author | 2018-06-24 10:44:46 +0100 | |
---|---|---|
committer | 2018-06-24 10:44:46 +0100 | |
commit | 3dfbe79936965e9a4ef5eba634dff87009581192 (patch) | |
tree | 838f0d96a57e450091dcd5899d61e45d78ab3ae9 /pysite/constants.py | |
parent | [API] Check for DB-nuking empty data in users POST (diff) |
[API] Implement chunk-based user update mechanism
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
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" |