mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-07 11:06:41 +00:00
2 lines
107 B
Python
2 lines
107 B
Python
METHODS_WITH_BODY = {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"}
|
|
REF_PREFIX = "#/components/schemas/"
|