-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
feat(api): Add api for getting a single subscription #998
Conversation
/build |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #998 +/- ##
==========================================
- Coverage 67.82% 67.74% -0.09%
==========================================
Files 208 208
Lines 11939 11955 +16
==========================================
+ Hits 8098 8099 +1
- Misses 3343 3358 +15
Partials 498 498 ☔ View full report in Codecov by Sentry. |
Build and push Docker images with tag: 2024-03-13.6724bf7 |
1 similar comment
Build and push Docker images with tag: 2024-03-13.6724bf7 |
Add handler in api to get single subsription by id. Only user with rights for subscription cah use this handler, others will get 403 Forbidden