Browse Source
docs: mark validation error example as JSON
pull/14480/head
Ibrahim Pelumi Lasisi
6 months 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
-
docs/en/docs/tutorial/path-params.md
|
|
@ -178,7 +178,7 @@ GET /models/vgg16 |
|
|
|
|
|
|
|
|
FastAPI returns a clear validation error: |
|
|
FastAPI returns a clear validation error: |
|
|
|
|
|
|
|
|
``` |
|
|
```json |
|
|
{ |
|
|
{ |
|
|
"detail": [ |
|
|
"detail": [ |
|
|
{ |
|
|
{ |
|
|
|