Skip to content

Fix SearchCorpus OpenAPI documentation

Erwan Rouchet requested to merge search-openapi into master

Closes #1379 (closed)

This only fixes the docs as they appear in api-docs, but the endpoint still does not work with ArkindexClient.paginate; fixing this will require to first bump Spectacular to the latest version, which requires bumping DRF as well, so that we can add @extend_schema(extensions={'x-paginated': True}) to force the endpoint to be paginated by the API client.

Merge request reports

Loading