How to change the naming style of path parameters? #2720
Unanswered
cyberxnomad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example:
/users/:id
I'd like to use a style like
/users/{id}
Is there a way to change it?
Beta Was this translation helpful? Give feedback.
All reactions