move path to params
This commit is contained in:
19
bruno/b2b_daniel/carts/retrieve-cart.yml
Normal file
19
bruno/b2b_daniel/carts/retrieve-cart.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
info:
|
||||
name: retrieve-cart
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: http://localhost:3000/api/v1/restricted/carts/retrieve-cart?cart_id=3
|
||||
params:
|
||||
- name: cart_id
|
||||
value: "3"
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user