Priorites for tasks (#31)
This commit is contained in:
parent
f2f881f505
commit
cc6b35e314
11 changed files with 323 additions and 84 deletions
|
|
@ -112,6 +112,12 @@ Authorization: Bearer {{auth_token}}
|
|||
|
||||
###
|
||||
|
||||
# Get all pending tasks with priorities
|
||||
GET http://localhost:8080/api/v1/tasks/desc
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
||||
# Get all pending tasks in caldav
|
||||
GET http://localhost:8080/api/v1/tasks/caldav
|
||||
#Authorization: Bearer {{auth_token}}
|
||||
|
|
|
|||
Reference in a new issue