diff --git a/apps/api/views/documentation.py b/apps/api/views/documentation.py index 916650b..7e5f17f 100644 --- a/apps/api/views/documentation.py +++ b/apps/api/views/documentation.py @@ -518,7 +518,7 @@ class CustomAPIDocumentationView(View): "app_type": "google_play", "app_store_downloads": 1500, "google_play_downloads": 23000, - "is_active": true + "is_active": True } ], indent=2) }