created an empty document
This commit is contained in:
parent
c50f82354f
commit
18d10a53da
23
docs/ApiValidationRules.md
Normal file
23
docs/ApiValidationRules.md
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user