We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1408581 commit 303e860Copy full SHA for 303e860
lists/serializers.py
@@ -94,6 +94,7 @@ class PaginatedListsResponseSerializer(serializers.Serializer):
94
95
SIMPLE_LIST_REGISTRATION_EXAMPLE = {
96
"id": 10,
97
+ "list_id": 1,
98
"status": "Approved",
99
"submitted_at": "2024-06-05T18:01:02.319Z",
100
"updated_at": "2024-06-05T18:01:02.319Z",
0 commit comments