Line ending
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m2s
Quality Check / Checkstyle Main (pull_request) Failing after 1m0s

This commit is contained in:
Phan Huy Tran 2024-09-25 12:56:18 +02:00
parent a93d569783
commit ca337f8bd8
22 changed files with 1079 additions and 1079 deletions

View file

@ -1,15 +1,15 @@
### GET request to example server
POST http://localhost:8080/projects
Authorization: Bearer {{auth_token}}
Content-Type: application/json
{
"name": "name",
"leading_employee": 1,
"employees": [2, 3],
"contractor": 4,
"contractorName": "Peter File",
"comment": "goal of project",
"startDate": "01.01.2000",
"plannedEndDate": "01.01.2001"
### GET request to example server
POST http://localhost:8080/projects
Authorization: Bearer {{auth_token}}
Content-Type: application/json
{
"name": "name",
"leading_employee": 1,
"employees": [2, 3],
"contractor": 4,
"contractorName": "Peter File",
"comment": "goal of project",
"startDate": "01.01.2000",
"plannedEndDate": "01.01.2001"
}