Remove server base URL from endpoint path copy #1593
jlbrs
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On an endpoint page (generated from OpenAPI), you can click the path to copy it. This is great but I would like to hide the base url and only copy the path. I have hidden the base URL via a CSS rule, but it's still copied... is that something we could customize?
Example: base url is hidden by CSS but still there:

Clicking:
Copies:
https://api.dfns.io/auth/loginI would like it to copy only
/auth/loginas on most usage the base URL is specified as an environment variable and not used in the actual API call.Beta Was this translation helpful? Give feedback.
All reactions