so in my swagger after 60 endpoints in box where should be example value data, it just display 'string'. I moved some endpoints to top(in first 60) it worked and show proper example data.
didnt try anything, because dont even know where to move
so in my swagger after 60 endpoints in box where should be example value data, it just display 'string'. I moved some endpoints to top(in first 60) it worked and show proper example data.
didnt try anything, because dont even know where to move
I changed the swagger version of drf spectacular and it worked.
SPECTACULAR_SETTINGS = { ... 'SWAGGER_UI_DIST':'https://cdn.jsdelivr.net/npm/[email protected]' }