fern
fern copied to clipboard
[Feature] Override `base-path` at the endpoint level
Problem description
service:
endpoints:
get:
base-path: /{a}/{b}
path: /{c}/{d}/{e}
path-parameters:
a: string
b: string
c: string
d: string
e: string
Why would it be useful?
Allows folks to override the base path at the endpoint level if they don't want to override endpoint level and service level base path.