add workflow
Some checks failed
Deploy Amap / deploy (push) Has been cancelled

This commit is contained in:
2026-02-19 23:38:26 +01:00
parent 7574626e52
commit 242e29c8a6
46 changed files with 536 additions and 30 deletions

31
bruno/forms/folder.bru Normal file
View File

@@ -0,0 +1,31 @@
meta {
name: forms
}
auth {
mode: inherit
}
vars:pre-request {
Route: forms
ExamplePOSTBody: '''
{
"productor_id": 2,
"referer_id": 1,
"season": "Automne-2026",
"start": "2026-01-10",
"end": "2026-05-10",
"name": "test very very very form long name"
}
'''
ExamplePUTBody: '''
{
"productor_id": 1,
"referer_id": 1,
"season": "updatedHiver-2026",
"shipments": 7,
"start": "2026-01-10",
"end": "2026-05-10"
}
'''
}