We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef3fa commit c83fef1Copy full SHA for c83fef1
1 file changed
api/collections/serializers.py
@@ -29,6 +29,8 @@ class CollectionSerializer(JSONAPISerializer):
29
'title',
30
'date_created',
31
'date_modified',
32
+ 'is_public',
33
+ 'bookmarks',
34
])
35
36
id = IDField(source='_id', read_only=True)
0 commit comments