Skip to content

Commit

Permalink
Update scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Dec 1, 2023
1 parent 7d2cfed commit b159234
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,13 @@
identifier="/o/api/server/v1/notification-senders" requiresAuthorization="true"
description="API representation of the Notification Sender Management API" type="ORGANIZATION_ADMIN">
<Scopes>
<Scope displayName="View Notification Senders" name="internal_notification_senders_view"/>
<Scope displayName="View Notification Senders" name="internal_org_notification_senders_view"/>
<Scope displayName="Create Notification Senders"
name="internal_notification_senders_create"/>
name="internal_org_notification_senders_create"/>
<Scope displayName="Update Notification Senders"
name="internal_notification_senders_update"/>
name="internal_org_notification_senders_update"/>
<Scope displayName="Delete Notification Senders"
name="internal_notification_senders_delete"/>
name="internal_org_notification_senders_delete"/>
</Scopes>
</APIResource>
<APIResource name="OIDC Scope Management API" identifier="/api/server/v1/oidc/scopes"
Expand Down

0 comments on commit b159234

Please sign in to comment.