System Information
- 3.6.8:
- Windows10:
- SQLite:
- 14.17.5:
- 6.14.14:
- 1.22.10:
I am used to download a definition file on the swagger page of an api and generate client code for it.
However with strapi I cant find a swagger-file download link on http://localhost:1337/documentation/v1.0.0 …
Trying to download
http://localhost:1337/documentation/v1.0.0/swagger.json
or http://localhost:1337/documentation/v1.0.0/openapi.json
or http://localhost:1337/documentation/v1.0.0/openapi.yaml
just returns a 404.
Does anyone know how to get a definition file to use it with codegens?
Hint: Downloading OpenAPI Definitions From SwaggerHub | SwaggerHub Documentation
Thanks!