AS A Service-Module admin
I WANT support for path parameters in endpoint URLs
SO THAT I can use APIs that rely on URL-based parameters in service flows
Description
Add support for {param} placeholders in endpoint URLs.
- Placeholders define path parameters (e.g.
/items/{id})
- Parameters are auto-detected from the URL and synced with the Params tab
- Dynamic values (
${var}) are supported, but only resolved within Service Module runtime scope
No Location column is introduced.
Acceptance Criteria
URL Handling
Example:
https://api.example.com/items/{id}?lang=en&limit={limit}
URL ↔ Params Sync
Runtime Behavior
Validation
AS A Service-Module admin
I WANT support for path parameters in endpoint URLs
SO THAT I can use APIs that rely on URL-based parameters in service flows
Description
Add support for
{param}placeholders in endpoint URLs./items/{id})${var}) are supported, but only resolved within Service Module runtime scopeNo Location column is introduced.
Acceptance Criteria
URL Handling
{param}placeholders{param}auto-creates parameter in Params (mandatory)Example:
https://api.example.com/items/{id}?lang=en&limit={limit}{id}treated as path parameterlang=entreated as static query{limit}treated as dynamic queryURL ↔ Params Sync
{param}updates Params{param}in URLRuntime Behavior
${var}){}Validation