v0.6.0 — path parameters
Path parameters
A new Path tab fills the single-brace {name} placeholders in a request URL's path (e.g. {{base_url}}/users/{id}) — one row per placeholder, derived live from the URL, so you set a value instead of hand-editing the raw URL. The resolved preview under the URL shows the real target and flags any placeholder still unfilled. Path values may reference {{variables}} and ask-at-send {{?prompts}}, and the OpenAPI importer pre-fills them from each in: path parameter's schema default and description.
(This is distinct from {{name}} variables — double braces resolve from environments/collections, single braces are per-request path values.)
Fixed
- Open Collection
type: pathparameters now fill the URL path instead of the query string. A path parameter authored by Bruno (or hand-written) was loaded as an ordinary query param and appended to the query string on send; it now fills its{name}placeholder as intended.
Full changelog: https://github.com/ideaconnect/helena/blob/v0.6.0/CHANGELOG.md