You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an openapi.yaml file that has one path that is in this form POST /first/second/path:custom-verb. This path is not generated properly by docusaurus. Instead of having code examples using this path, it defaulted to the server URL and GET method.
Expected behavior
The generated examples of code should target the path even though it uses a custom-verb approach with colon.
Current behavior
Defaults to the main server URL with GET method
Steps to reproduce
Create an openapi.yaml or update an existing with a path1/path2:custom-verb
Run npm run docusaurus gen-api-docs all
Run application
Screenshots
You can see the issue here. Even though it is displayed well on the left, it is not used correctly on the right.
Your Environment
Version used: 3.4.0
Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3):
Chrome 129.0.6668.90
Node v20.12.2
Operating System and version (desktop or mobile): desktop
Link to your project: private
The text was updated successfully, but these errors were encountered:
Describe the bug
I have an openapi.yaml file that has one path that is in this form POST
/first/second/path:custom-verb
. This path is not generated properly by docusaurus. Instead of having code examples using this path, it defaulted to the server URL and GET method.Expected behavior
The generated examples of code should target the path even though it uses a custom-verb approach with colon.
Current behavior
Defaults to the main server URL with GET method
Steps to reproduce
path1/path2:custom-verb
npm run docusaurus gen-api-docs all
Screenshots
You can see the issue here. Even though it is displayed well on the left, it is not used correctly on the right.
Your Environment
The text was updated successfully, but these errors were encountered: