【发布时间】:2015-11-26 06:34:33
【问题描述】:
我想要更新奇妙清单中的任务提醒。 使用奇妙清单 API:
curl -H "Content-Type: application/json" -H "X-Access-Token: xxx" -H "X-Client-ID: xxx" a.wunderlist.com/api/v1/reminders/12345 -X PATCH -d {"revision":1,"date":"2015-11-25T16:49:23"}
和回应:
{"error":{"type":"not_found","translation_key":"api_error_not_found","message":"The 找不到您请求的资源。"}}
【问题讨论】:
标签: api curl task wunderlist