Skip to content

Commit 9870b86

Browse files
committed
viewedAt field is now a datetime string only [SA-8302]
1 parent 8d15926 commit 9870b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/paths/news@lists@feed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ get:
4646
The datetime the news article was originally read by the user.
4747
4848
May be null, in which case the user has not read the article
49-
- $ref: ../components/schemas/dateTime.yaml
49+
- $ref: ../components/schemas/dateTimeString.yaml
5050
_links:
5151
$ref: ../components/schemas/news/links.yaml
5252
default:

0 commit comments

Comments
 (0)