fixed path to get all tasks (echo bug)
This commit is contained in:
@ -107,13 +107,13 @@ Authorization: Bearer {{auth_token}}
|
||||
###
|
||||
|
||||
# Get all pending tasks
|
||||
GET http://localhost:8080/api/v1/tasks
|
||||
GET http://localhost:8080/api/v1/tasks/all
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
||||
# Get all pending tasks with priorities
|
||||
GET http://localhost:8080/api/v1/tasks/desc
|
||||
GET http://localhost:8080/api/v1/tasks/all/desc
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
@ -125,7 +125,7 @@ GET http://localhost:8080/api/v1/tasks/caldav
|
||||
###
|
||||
|
||||
# Update a task
|
||||
POST http://localhost:8080/api/v1/tasks/30
|
||||
POST http://localhost:8080/api/v1/tasks/32
|
||||
Authorization: Bearer {{auth_token}}
|
||||
Content-Type: application/json
|
||||
|
||||
|
Reference in New Issue
Block a user