-
Notifications
You must be signed in to change notification settings - Fork 541
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
[Notification Template API] Add Notification Template API Resource #5784
[Notification Template API] Add Notification Template API Resource #5784
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5784 +/- ##
============================================
- Coverage 40.23% 40.19% -0.05%
+ Complexity 14262 14257 -5
============================================
Files 1742 1745 +3
Lines 117463 117441 -22
Branches 19035 20739 +1704
============================================
- Hits 47259 47202 -57
- Misses 62955 62993 +38
+ Partials 7249 7246 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
<!-- Notification Template Management API --> | ||
<Resource context="(.*)/api/server/v(.*)/notification/email/template-types(.*)" secured="true" http-method="GET"> | ||
<Scopes>internal_email_mgt_view,internal_template_mgt_view</Scopes> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check if this is or operation or and operation
Quality Gate passedIssues Measures |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/11472307356
Purpose
Related Issues
Related PRs