Note that a new path-parameters test definition was added, and some generators might produce an in-lined request type alongside positional path parameters. This case should be handled within each generator with a generator-specific inlinePathParameters configuration option.
This adds support for including
path-parameters
in therequest
section of the endpoint definition. This includes:fern check
rule which ensures that only onepath-parameters
block is present for any endpoint.inline-path-parameters
OpenAPI importer setting.With this, both
path-parameters
formats are supported so that users can configure an endpoint like so:Note that a new
path-parameters
test definition was added, and some generators might produce an in-lined request type alongside positional path parameters. This case should be handled within each generator with a generator-specificinlinePathParameters
configuration option.