Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-08-26 13:30:16 -07:00
66 changed files with 3599 additions and 3463 deletions

View File

@@ -90,6 +90,7 @@ class StandardPagination(PageNumberPagination):
response_schema["properties"]["all"] = {
"type": "array",
"example": "[1, 2, 3]",
"items": {"type": "integer"},
}
return response_schema