12 lines
203 B
HTTP
12 lines
203 B
HTTP
### available
|
|
GET http://localhost:8080/api/available
|
|
|
|
|
|
### create task
|
|
POST http://localhost:8080/api/task/create
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"name": "Task 1",
|
|
"description": "Description 1"
|
|
} |