|
|
@ -837,7 +837,9 @@ class APIRouter(routing.Router): |
|
|
|
bool, |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
TODO |
|
|
|
To include (or not) the field `input` in the validation error of all *path operations*. |
|
|
|
|
|
|
|
This does not affect the generated OpenAPI (e.g. visible at `/docs`). |
|
|
|
""" |
|
|
|
), |
|
|
|
] = True, |
|
|
@ -845,7 +847,9 @@ class APIRouter(routing.Router): |
|
|
|
bool, |
|
|
|
Doc( |
|
|
|
""" |
|
|
|
TODO |
|
|
|
To include (or not) the field `url` in the validation error of all *path operations*. |
|
|
|
|
|
|
|
This does not affect the generated OpenAPI (e.g. visible at `/docs`). |
|
|
|
""" |
|
|
|
), |
|
|
|
] = False, |
|
|
|