We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a03ba commit c17230eCopy full SHA for c17230e
typings/rest_framework/status.pyi
@@ -8,7 +8,7 @@ def is_server_error(code: int) -> bool: ...
8
9
HTTP_100_CONTINUE: Literal[100]
10
HTTP_101_SWITCHING_PROTOCOLS: Literal[101]
11
-HTTP_200_OK: Literal[202]
+HTTP_200_OK: Literal[200]
12
HTTP_201_CREATED: Literal[201]
13
HTTP_202_ACCEPTED: Literal[202]
14
HTTP_203_NON_AUTHORITATIVE_INFORMATION: Literal[203]
0 commit comments