From d227c88fca355611113889ba2912270fd95ee97b Mon Sep 17 00:00:00 2001 From: nick-clark84 <86279197+nick-clark84@users.noreply.github.com> Date: Fri, 22 Jul 2022 13:38:01 +1000 Subject: [PATCH] Update _tasks.md Added | date_started | to line 565 added | started | to line 256 As per instruction in https://affinitylive.jira.com/browse/AFFINITY-35257 --- source/includes/endpoints/_tasks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/includes/endpoints/_tasks.md b/source/includes/endpoints/_tasks.md index fbbb00de..f6052cfa 100644 --- a/source/includes/endpoints/_tasks.md +++ b/source/includes/endpoints/_tasks.md @@ -223,7 +223,7 @@ This request supports the [pagination](#configuring-the-response-pagination) par ##### Additional Fields and Linked Objects This request supports requesting additional fields and linked objects from the [task object](#the-task-object) using the [`_fields`](#configuring-the-response-fields) parameter. This request also supports [breadcrumbs](#configuring-the-response-breadcrumbs). -##### Basic Filters +##### Basics This request supports [basic filters](#filters-basic-filters) over the following fields: | Filter Name | Notes | @@ -253,6 +253,7 @@ This request supports [date_filters](#filters-date-filters) over the following f | date_completed | | date_modified | | date_due | +| started | ##### Range Filters This request supports [range filters](#filters-range-filters) over the following fields: @@ -562,6 +563,7 @@ The following fields from the [task object](#the-task-object) may be updated thr | rate_charged | | date_due | | remaining | +| date_started | #### Configuring the Response This request supports requesting additional fields and linked resources from the [task object](#the-task-object) using the [`_fields`](#configuring-the-response-fields) parameter. This request also supports [breadcrumbs](#configuring-the-response-breadcrumbs).