Fix http request
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m1s
gitea-sonarqube-bot ERROR
Build PR / Build and analyze (pull_request) Successful in 1m52s
Quality Check / Checkstyle Main (pull_request) Successful in 46s

This commit is contained in:
Phan Huy Tran 2024-10-02 08:51:07 +02:00
parent af090bfeb8
commit e1bb48d7b1

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