-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update _tasks.md #145
base: main
Are you sure you want to change the base?
Update _tasks.md #145
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -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 | | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nick-clark84 Looks like the started filter is already documented on line 250? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @Timothy-Edwards yep There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not wanting to put words in Tim's mouth, but I suspect that comment was meant more as "if we are missing it from the update-able field list, we may also be missing it from the described filters list, so that might need to be added too" (and then he left off the "date_" part to confuse matters)
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nick-clark84 Yeah, sorry glenn is correct. |
||||
|
||||
##### 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). | ||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nick-clark84 Should this still be
Basic Filters
for consistency with other filters?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Timothy-Edwards sorry I don't think I meant to make this change. I have a feeling I inadvertently remove Filters when I
ctrl+f
in the doc for Filters.Can "cancel" this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.