mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-06 08:06:51 -04:00
3 lines
97 B
Python
3 lines
97 B
Python
METHODS_WITH_BODY = set(("POST", "PUT", "DELETE", "PATCH"))
|
|
REF_PREFIX = "#/components/schemas/"
|