diff --git a/docs/source/index.md b/docs/source/index.md index 98fa1e7..211befc 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -168,7 +168,7 @@ class PostRequest(JsonRequest): In case validation fails to pass, the following is the format of the generated response: ```js { - success: 'False', + success: False, message: 'Validation error', errors: { 'email': [