Open janthoXO opened 1 week ago
Currently we have endpoints for GET /api/exercises/${exerciseId}/participation GET /api/exercises/${exerciseId}/participations
This is not a good practice and can lead to confusion
The singular endpoint /api/exercises/${exerciseId}/participation should be refactored and served on a different url
@janthoXO I would like to work on this. can you assign this to me? Thank you!
Is your feature request related to a problem?
Currently we have endpoints for GET /api/exercises/${exerciseId}/participation GET /api/exercises/${exerciseId}/participations
This is not a good practice and can lead to confusion
Describe the solution you'd like
The singular endpoint /api/exercises/${exerciseId}/participation should be refactored and served on a different url