dansp
December 9, 2023, 5:08am
1
I found some solutions to create custom routes and add them to the swagger documentation, it also includes removing methods that will not be used and there is also how to use other information based on swagger, such as summary, description and other resources you want.
Codes and where to change the files, here: https://gist.github.com/dansp89/dde3840fe0b2043e062391f58a001d9e
1 Like
There’s a PR fixing to this issue, waiting for Strapi to accept it.
strapi:main
← Demacri:main
opened 03:15PM - 24 Sep 23 UTC
<!--
Hello 👋 Thank you for submitting a pull request.
To help us merge your … PR, make sure to follow the instructions below:
- Create or update the tests
- Create or update the documentation at https://github.com/strapi/documentation
- Refer to the issue you are closing in the PR description: Fix #issue
- Specify if the PR is ready to be merged or work in progress (by opening a draft PR)
Please ensure you read the Contributing Guide: https://github.com/strapi/strapi/blob/main/CONTRIBUTING.md
-->
### What does it do?
Add the ability to generate openapi paths for custom routes using @strapi/plugin-documentation.
### How to test it?
1. Install strapi plugin-documentation
2. Add custom routes to your content-types in strapi.
Example:
src/api/myEntity/routes/my-custom-routes.ts
src/api/myEntity/routes/myEntity.ts
3. `npm run develop`
Without this fix, the generated src\extensions\documentation\documentation\1.0.0\full_documentation.json will only include paths defined in src/api/myEntity/routes/myEntity.ts.
### Related issue(s)/PR(s)
Fix [#844](https://github.com/strapi/documentation/issues/844) .
It’s been waiting since Sep 2023.
I don’t understand why won’t they fix it…
Very disapointing.
1 Like