Skip to content

Commit

Permalink
added servers to notificaitons (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Feb 16, 2024
1 parent d4e572e commit 3622d7d
Show file tree
Hide file tree
Showing 2 changed files with 834 additions and 723 deletions.
7 changes: 5 additions & 2 deletions content/notifications/architecture/notifications/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ The following API controllers are defined:
- [SmsNotificationsController](https://github.com/Altinn/altinn-notifications/blob/main/src/Altinn.Notifications/Controllers/SmsNotificationsController.cs):
API for retrieving sms notifications related to a single order

### Internal API
The API controllers listed below are exclusively for use within in the Altinn organization:
- [Metrics controller](https://github.com/Altinn/altinn-notifications/blob/main/src/Altinn.Notifications/Controllers/MetricsController.cs)
API for retrieving metrics over the use of the service

### Notifications internal API
### Private API
The API controllers listed below are exclusively for use within the Notification solution:

- [Trigger controller](https://github.com/Altinn/altinn-notifications/blob/main/src/Altinn.Notifications/Controllers/TriggerController.cs):
Functionality to trigger the start of order and notifications processing flows.

Expand Down
Loading

0 comments on commit 3622d7d

Please sign in to comment.