LF8/requests/updateProject.http
Phan Huy Tran aaa8c286aa
Some checks failed
Quality Check / Tests (pull_request) Successful in 1m3s
Build PR / Build and analyze (pull_request) Successful in 1m58s
gitea-sonarqube-bot ERROR
Quality Check / Checkstyle Main (pull_request) Successful in 45s
Satisfy Sonarqube Issues
2024-10-02 10:34:21 +02:00

15 lines
372 B
HTTP

### GET request to example server
PUT http://localhost:8080/projects/1
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"
}