reminders complete
POST {{baseUrl}}/reminders.complete
Marks a reminder as complete.
Request Body
[{"name"=>"reminder", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | Authentication token. Requires scope: reminders:write | |
Content-Type | string |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}