Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 269 Bytes

readme-path-params.md

File metadata and controls

11 lines (10 loc) · 269 Bytes

Dynamic path params in mock data

For example call GET "/products/superProductCode/?currentPage=2" Config in mock response Response will be:

{
	"productCode": "superProductCode"
	...
}