Responding to HTTP Requests
Last updated
Was this helpful?
Last updated
Was this helpful?
The path
parameter of supports a simple URL templating scheme, which can be used to parameterize on path and query parameters. The syntax is as follows:
This path will accept any resource with two path items and query parameters named q1
and q2
. The names can be anything. The values for the path items and query items will be made available as outputs on the node.