From 880e33ed20ea49b1d1562a3a36c677aa4874c041 Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 21 Jan 2022 23:15:54 +0100 Subject: [PATCH] Made modified field in ArticleSummary nullable --- api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api.yaml b/api.yaml index 386e9bb..40c35a2 100644 --- a/api.yaml +++ b/api.yaml @@ -309,6 +309,7 @@ components: modified: type: string description: A RFC3339 formatted date when the article was modified + nullable: true link: type: string description: Link to the article itself