Satisfy Sonarqube Issues

This commit is contained in:
Phan Huy Tran 2024-10-02 10:34:21 +02:00 committed by Phan Huy Tran
parent ee123f5543
commit c8dedd6cee
3 changed files with 21 additions and 3 deletions

View file

@ -1,3 +1,15 @@
### GET request to example server
PUT http://localhost:8080/projects/1
Authorization: Bearer {{auth_token}}
Authorization: Bearer {{auth_token}}
Content-Type: application/json
{
"name": "newName",
"leading_employee": 2,
"employees": [],
"contractor": 9,
"contractor_name": "New Contractor name",
"comment": "new goal of project",
"start_date": "01.01.2010",
"planned_end_date": "01.01.2021"
}