We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@janthoXO I would like to work on this. can you assign this to me? Thank you!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: