We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d65cfb + c5929ad commit 9f9c4d8Copy full SHA for 9f9c4d8
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