Compare commits

..

No commits in common. "45f49544c2f6da9fb95acb918ae062cfac890725" and "577e87d8dbd36f9184f3e0bf09424950f38de210" have entirely different histories.

View File

@ -297,9 +297,8 @@ def api_root(request, format=None):
"user_appointment_stats": {
"description": "Get appointment statistics and analytics for the authenticated user",
"url": request.build_absolute_uri("/api/meetings/user/appointments/stats/"),
"methods": ["POST"],
"methods": ["GET"],
"authentication": "Required",
"required_fields": ["email"],
"response_fields": {
"total_requests": "Total number of appointment requests",
"pending_review": "Number of pending review requests",