Skip to content

Commit

Permalink
Update scopes for SMS templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Avarjana authored Nov 20, 2024
1 parent 1cdd6a5 commit c784562
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,16 @@
<Scope name="console:smsTemplates"/>
</Feature>
<Update>
<Scope name="internal_notification_mgt_update"/>
<Scope name="internal_template_mgt_update"/>
</Update>
<Delete>
<Scope name="internal_notification_mgt_delete"/>
<Scope name="internal_template_mgt_delete"/>
</Delete>
<Create>
<Scope name="internal_notification_mgt_create"/>
<Scope name="internal_template_mgt_create"/>
</Create>
<Read>
<Scope name="internal_notification_mgt_view"/>
<Scope name="internal_template_mgt_view"/>
</Read>
</Scopes>
</APIResourceCollection>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,16 @@
<Scope name="console:smsTemplates"/>
</Feature>
<Update>
<Scope name="internal_notification_mgt_update"/>
<Scope name="internal_template_mgt_update"/>
</Update>
<Delete>
<Scope name="internal_notification_mgt_delete"/>
<Scope name="internal_template_mgt_delete"/>
</Delete>
<Create>
<Scope name="internal_notification_mgt_create"/>
<Scope name="internal_template_mgt_create"/>
</Create>
<Read>
<Scope name="internal_notification_mgt_view"/>
<Scope name="internal_template_mgt_view"/>
</Read>
</Scopes>
</APIResourceCollection>
Expand Down

0 comments on commit c784562

Please sign in to comment.