diff options
Diffstat (limited to 'result_collection_api/common/constants.py')
-rw-r--r-- | result_collection_api/common/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/result_collection_api/common/constants.py b/result_collection_api/common/constants.py index 2c825c1..4d39a14 100644 --- a/result_collection_api/common/constants.py +++ b/result_collection_api/common/constants.py @@ -12,3 +12,4 @@ DEFAULT_REPRESENTATION = "application/json" HTTP_BAD_REQUEST = 400 HTTP_FORBIDDEN = 403 HTTP_NOT_FOUND = 404 +HTTP_OK = 200 |