From 2a7cf2119be075f984d383d96d3624a0a6513f4c Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Sun, 21 Jan 2024 11:21:27 +0100 Subject: [PATCH] created an empty document --- docs/ApiValidationRules.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/ApiValidationRules.md diff --git a/docs/ApiValidationRules.md b/docs/ApiValidationRules.md new file mode 100644 index 0000000..e1655b6 --- /dev/null +++ b/docs/ApiValidationRules.md @@ -0,0 +1,23 @@ +# Rest-API validation rules for the backend + +___ + +* Rules defined here only apply to calls that change data (POST / PUT /DELETE requests) +* Violation of these rules should result in 400 bad request +* These are not high-level rules that change color of a data entry in the app + +## /shipcall POST + +## /shipcall PUT + +## /times POST + +## /times PUT + +## /times DELETE + +## /ship POST + +## /ship PUT + +## /ship DELETE \ No newline at end of file