Phan Huy Tran
1008278fde
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: #32 Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com> Co-authored-by: Phan Huy Tran <ptran@noreply.localhost> Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
15 lines
359 B
HTTP
15 lines
359 B
HTTP
### 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,
|
|
"contractor_name": "Peter File",
|
|
"comment": "goal of project",
|
|
"start_date": "01.01.2000",
|
|
"planned_end_date": "01.01.2001"
|
|
} |