Skip to content

Commit dcd228a

Browse files
chore(tasks): update the api
#### tasks:v1 The following keys were deleted: - schemas.Task (Total Keys: 1) The following keys were changed: - revision (Total Keys: 1)
1 parent 5825e78 commit dcd228a

File tree

2 files changed

+730
-731
lines changed

2 files changed

+730
-731
lines changed

docs/dyn/tasks_v1.tasks.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152152
Returns:
153153
An object of the form:
154154

155-
{ # LINT.IfChange
155+
{
156156
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
157157
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
158158
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -186,7 +186,7 @@ <h3>Method Details</h3>
186186
body: object, The request body.
187187
The object takes the form of:
188188

189-
{ # LINT.IfChange
189+
{
190190
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
191191
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
192192
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -220,7 +220,7 @@ <h3>Method Details</h3>
220220
Returns:
221221
An object of the form:
222222

223-
{ # LINT.IfChange
223+
{
224224
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
225225
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
226226
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272272
{
273273
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
274274
&quot;items&quot;: [ # Collection of tasks.
275-
{ # LINT.IfChange
275+
{
276276
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
277277
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
278278
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -332,7 +332,7 @@ <h3>Method Details</h3>
332332
Returns:
333333
An object of the form:
334334

335-
{ # LINT.IfChange
335+
{
336336
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
337337
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
338338
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -367,7 +367,7 @@ <h3>Method Details</h3>
367367
body: object, The request body.
368368
The object takes the form of:
369369

370-
{ # LINT.IfChange
370+
{
371371
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
372372
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
373373
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -399,7 +399,7 @@ <h3>Method Details</h3>
399399
Returns:
400400
An object of the form:
401401

402-
{ # LINT.IfChange
402+
{
403403
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
404404
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
405405
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -434,7 +434,7 @@ <h3>Method Details</h3>
434434
body: object, The request body.
435435
The object takes the form of:
436436

437-
{ # LINT.IfChange
437+
{
438438
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
439439
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
440440
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.
@@ -466,7 +466,7 @@ <h3>Method Details</h3>
466466
Returns:
467467
An object of the form:
468468

469-
{ # LINT.IfChange
469+
{
470470
&quot;completed&quot;: &quot;A String&quot;, # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
471471
&quot;deleted&quot;: True or False, # Flag indicating whether the task has been deleted. The default is False.
472472
&quot;due&quot;: &quot;A String&quot;, # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn&#x27;t possible to read or write the time that a task is due via the API.

0 commit comments

Comments
 (0)