Skip to content

Commit

Permalink
Add scopes for notification/reset-template-type endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanNanayakkara committed Oct 18, 2024
1 parent 618bb55 commit f01fcd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,9 @@
<Resource context="(.*)/api/server/v(.*)/notification/sms/template-types/(.*)" secured="true" http-method="DELETE">
<Scopes>internal_template_mgt_delete</Scopes>
</Resource>
<Resource context="(.*)/api/server/v(.*)/notification/reset-template-type" secured="true" http-method="POST">
<Scopes>internal_template_mgt_delete</Scopes>
</Resource>

<!-- Keystore Management API -->
<Resource context="(.*)/api/server/v1/keystores/certs/public(.*)" secured="false" http-method="GET"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@
<Resource context="(.*)/api/server/v(.*)/notification/sms/template-types/(.*)" secured="true" http-method="DELETE">
<Scopes>internal_template_mgt_delete</Scopes>
</Resource>
<Resource context="(.*)/api/server/v(.*)/notification/reset-template-type" secured="true" http-method="POST">
<Scopes>internal_template_mgt_delete</Scopes>
</Resource>

<!-- Keystore Management API -->
<Resource context="(.*)/api/server/v1/keystores/certs/public(.*)" secured="false" http-method="GET"/>
Expand Down

0 comments on commit f01fcd8

Please sign in to comment.