Changed the user_appointment_stats endpoint from GET to POST method and added email as a required field. This change allows for more flexible querying of appointment statistics by requiring user email in the request body rather than URL parameters. BREAKING CHANGE: The /api/meetings/user/appointments/stats/ endpoint now accepts POST requests instead of GET and requires an email field in the request body. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| asgi.py | ||
| settings.py | ||
| urls.py | ||
| views.py | ||
| wsgi.py | ||