reminders complete

POST {{baseUrl}}/reminders.complete

Marks a reminder as complete.

Request Body

[{"name"=>"reminder", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstringAuthentication token. Requires scope: reminders:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}