Browse Source

Mark some Comments API properties as nonnull

voted and bookmarked cannot be None.
see CommentQuery._process_result() in tildes/models/comment/comment_query.py
merge-requests/167/head
Andrew Shu 2 months ago
committed by talklittle
parent
commit
b4eaa2eed1
  1. 2
      tildes/openapi_beta.yaml

2
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:

Loading…
Cancel
Save