Repeating tasks (#25)
This commit is contained in:
parent
3f44e3b83e
commit
06fc9f7886
7 changed files with 54 additions and 25 deletions
|
|
@ -113,4 +113,13 @@ Authorization: Bearer {{auth_token}}
|
|||
GET http://localhost:8080/api/v1/tasks/caldav
|
||||
#Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
||||
# Update a task
|
||||
POST http://localhost:8080/api/v1/tasks/27
|
||||
Authorization: Bearer {{auth_token}}
|
||||
Content-Type: application/json
|
||||
|
||||
{"done":true}
|
||||
|
||||
###
|
||||
Reference in a new issue