feat(api): change user appointment stats endpoint to POST method #39

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-26 16:21:18 +00:00
Owner

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.

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.
Saani added 1 commit 2025-11-26 16:21:13 +00:00
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.
Saani merged commit 45f49544c2 into main 2025-11-26 16:21:18 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ATTUNE-HEART-THERAPY/alternative-backend-service#39
No description provided.