~vpzom/lotide

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Documentation: Fix typo in OpenAPI spec

Details
Message ID
<20211024024831.11524-1-huyngo@disroot.org>
DKIM signature
missing
Download raw message
Patch: +2 -2
has_unread_notification -> has_unread_notifications
---
 openapi/openapi.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openapi/openapi.json b/openapi/openapi.json
index dabfadd..881f931 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -18,12 +18,12 @@
			},
			"LoginUserInfo": {
				"type": "object",
				"required": ["id", "username", "is_site_admin", "has_unread_notification"],
				"required": ["id", "username", "is_site_admin", "has_unread_notifications"],
				"properties": {
					"id": {"type": "integer"},
					"username": {"type": "string"},
					"is_site_admin": {"type": "boolean"},
					"has_unread_notification": {"type": "boolean"}
					"has_unread_notifications": {"type": "boolean"}
				}
			},
			"MinimalCommentInfo": {
-- 
2.33.1
Details
Message ID
<c6d58fc4-8914-2452-18db-8ff79d96e0a8@vpzom.click>
In-Reply-To
<20211024024831.11524-1-huyngo@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Nice catch, thanks!
Reply to thread Export thread (mbox)