Add OpenAPI Specification for /queries/ endpoint and fix the incorrect specs #3253
Labels
ready
Ready for implementation
type: enhancement
New feature or request
work: backend
Related to Python, Django, and simple SQL
work: documentation
Improvements or additions to documentation
Milestone
This is a part of the API Documentation project #2888
Problem
To ensure the accuracy of the specs generated by drf-spectacular, we will generate an OpenAPI Specification specifically for a particular endpoint. This will allow us to verify its correctness by comparing it with the existing test cases and the DRF browsable API page. This issue aims to generate spec for /queries/ endpoint.
Proposed solution
The text was updated successfully, but these errors were encountered: