Repeating tasks (#25)
This commit is contained in:
@ -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 New Issue
Block a user