added a setting to mark read-only as not req #14953

This commit is contained in:
Abhimanyu Saharan 2024-02-21 14:28:11 +05:30
parent f751afcce7
commit 09f1d3f7bc

View File

@ -661,6 +661,7 @@ SPECTACULAR_SETTINGS = {
'SWAGGER_UI_DIST': 'SIDECAR', 'SWAGGER_UI_DIST': 'SIDECAR',
'SWAGGER_UI_FAVICON_HREF': 'SIDECAR', 'SWAGGER_UI_FAVICON_HREF': 'SIDECAR',
'POSTPROCESSING_HOOKS': [], 'POSTPROCESSING_HOOKS': [],
'COMPONENT_NO_READ_ONLY_REQUIRED': True
} }
# #