feat(validation): complete validation editor and master data modules
This commit is contained in:
parent
2b5c765e41
commit
f73a24df13
73 changed files with 10194 additions and 0 deletions
13
validation-suite/docs/API.md
Normal file
13
validation-suite/docs/API.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# API
|
||||
|
||||
Die Mercury API ist unter `/api/v1` versioniert.
|
||||
|
||||
- `POST /auth/login`
|
||||
- `GET /auth/me`
|
||||
- `GET|POST /customers`
|
||||
- `GET|POST /devices`
|
||||
- `GET|POST /equipment`
|
||||
- `GET|POST /validations`
|
||||
|
||||
Authentifizierung erfolgt per Bearer JWT.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue