Atul Patel
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/openapi/utils.py
|
@ -64,7 +64,7 @@ validation_error_response_definition = { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
my_code = { "name" : "test" } |
|
|
status_code_ranges: Dict[str, str] = { |
|
|
status_code_ranges: Dict[str, str] = { |
|
|
"1XX": "Information", |
|
|
"1XX": "Information", |
|
|
"2XX": "Success", |
|
|
"2XX": "Success", |
|
|