From b4eaa2eed12c8108d33fed070b3eae8ca0abe488 Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Tue, 19 Aug 2025 19:31:41 -0700 Subject: [PATCH] Mark some Comments API properties as nonnull voted and bookmarked cannot be None. see CommentQuery._process_result() in tildes/models/comment/comment_query.py --- tildes/openapi_beta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tildes/openapi_beta.yaml b/tildes/openapi_beta.yaml index 8c3c0f0..436b571 100644 --- a/tildes/openapi_beta.yaml +++ b/tildes/openapi_beta.yaml @@ -387,10 +387,8 @@ components: nullable: true voted: type: boolean - nullable: true bookmarked: type: boolean - nullable: true depth: type: integer children: