add project base
This commit is contained in:
13
amapcontract/products/folder.bru
Normal file
13
amapcontract/products/folder.bru
Normal file
@@ -0,0 +1,13 @@
|
||||
meta {
|
||||
name: products
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
Route: products
|
||||
ExamplePOSTBody: {"name": "test", "unit": "KILO", "price": 3.50, "price_kg": 3.50, "weight": "1.0", "productor_id": 1}
|
||||
ExamplePUTBody: {"name": "updatetestt", "address": "updatetestt"}
|
||||
}
|
||||
Reference in New Issue
Block a user