POST/tasks/{id}/reminders.json
Create a Reminder on a Task
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": 999,
"STATUS": "OK"
}
id
{
"id": 999,
"STATUS": "OK"
}