add crud for forms, templates, shipment, users and auth with keycloak
This commit is contained in:
26
amapcontract/shipments/folder.bru
Normal file
26
amapcontract/shipments/folder.bru
Normal file
@@ -0,0 +1,26 @@
|
||||
meta {
|
||||
name: shipments
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
Route: shipments
|
||||
ExamplePOSTBody: '''
|
||||
{
|
||||
"name": "test",
|
||||
"date": "2026-01-10",
|
||||
"product_ids": [1],
|
||||
"form_id": 3
|
||||
}
|
||||
'''
|
||||
ExamplePUTBody: '''
|
||||
{
|
||||
"name": "updatedtestt",
|
||||
"date": "2026-01-10",
|
||||
"product_ids": [2]
|
||||
}
|
||||
'''
|
||||
}
|
||||
Reference in New Issue
Block a user