mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
4 lines
153 B
Python
4 lines
153 B
Python
METHODS_WITH_BODY = {"GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"}
|
|
REF_PREFIX = "#/components/schemas/"
|
|
REF_TEMPLATE = "#/components/schemas/{model}"
|