Skip to content

Commit 0f7623e

Browse files
committed
Discussion threads always return datetime strings now [SA-8302]
1 parent 9870b86 commit 0f7623e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

openapi/components/responses/discussionComment-item.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ content:
7777
content:
7878
type: string
7979
createdAt:
80-
$ref: ../schemas/dateTime.yaml
80+
$ref: ../schemas/dateTimeString.yaml
8181
updatedAt:
82-
$ref: ../schemas/dateTime.yaml
82+
$ref: ../schemas/dateTimeString.yaml
8383
_links:
8484
type: object
8585
properties:

openapi/components/schemas/discussionComment-read.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ properties:
1111
content:
1212
type: string
1313
createdAt:
14-
$ref: ./dateTime.yaml
14+
$ref: ./dateTimeString.yaml
1515
updatedAt:
16-
$ref: ./dateTime.yaml
16+
$ref: ./dateTimeString.yaml
1717
parent:
1818
$ref: ./discussionComment-read.yaml
1919
children:

openapi/components/schemas/discussionComment-readList.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ properties:
7272
content:
7373
type: string
7474
createdAt:
75-
$ref: ./dateTime.yaml
75+
$ref: ./dateTimeString.yaml
7676
updatedAt:
77-
$ref: ./dateTime.yaml
77+
$ref: ./dateTimeString.yaml
7878
metadata:
7979
$ref: ./listMetadata.yaml

openapi/components/schemas/discussionThread-read.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ properties:
88
type: boolean
99
description: Is the thread open for further comments?
1010
createdAt:
11-
$ref: ./dateTime.yaml
11+
$ref: ./dateTimeString.yaml
1212
updatedAt:
13-
$ref: ./dateTime.yaml
13+
$ref: ./dateTimeString.yaml
1414
_links:
1515
type: object
1616
properties:

0 commit comments

Comments
 (0)