Skip to content

Commit bb00460

Browse files
committed
Added some missing fields to the GlobalTask request body
1 parent 56197e4 commit bb00460

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/api_reference/reference/v2.1.0/schemas/GlobalTask.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ properties:
3232
- integer
3333
- 'null'
3434
task_close_date:
35-
type:
36-
- integer
37-
- 'null'
35+
anyOf:
36+
- $ref: ../schemas/iso_date.yaml
37+
- type: 'null'
3838
example:
3939
task_id: 9
4040
task_title: Task title

docs/api_reference/reference/v2.1.0/schemas/requestBodies/GlobalTask.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ properties:
1313
description: A user ID for whom the task will be assigned
1414
task_tags:
1515
type: string
16+
task_open_date:
17+
$ref: ../../schemas/iso_date.yaml
18+
task_userid_open:
19+
type: integer
20+
task_last_update:
21+
$ref: ../../schemas/iso_date.yaml
22+
task_userid_update:
23+
type: integer
24+
task_close_date:
25+
$ref: ../../schemas/iso_date.yaml
26+
task_userid_close:
27+
type: integer
1628
required:
1729
- task_title
1830
- task_status_id

0 commit comments

Comments
 (0)