Skip to content

Commit dea1e47

Browse files
update architecture.mdx
1 parent cf1baa4 commit dea1e47

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/content/docs/reference/architecture.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ For more information, see [Web GUI](/dbLinter/tools/web-gui) in the Tools sectio
6262
The dbLinter REST-API is a [SpringBoot](https://spring.io/projects/spring-boot) application. It is an internal API
6363
used only by other dbLinter components. The following subjects are covered:
6464

65-
| Subject | Communication via | Description |
66-
| ------- | ----------------- | --------------------------------------------------------- |
67-
| Email | JMS | Sending e-mails via Oracle AQ and Spring Mail. |
68-
| Rules | REST | Providing the rules for generating the static rules site. |
69-
| Config | REST | Get the configuration to run checks and SQL-based tests. |
70-
| Ignore | REST | Add test result to be ignored in subsequent runs. |
65+
| Subject | Communication via | Description |
66+
| ------- | ----------------- | -------------------------------------------------------- |
67+
| Email | JMS | Send e-mails via Oracle AQ and Spring Mail. |
68+
| Rules | REST | Get the rules for generating the static rules site. |
69+
| Config | REST | Get the configuration to run checks and SQL-based tests. |
70+
| Ignore | REST | Add test result to be ignored in subsequent runs. |
7171

7272
All REST-API calls require authentication using an API key consisting of the tenant name, the user's email address and a personal access token.
7373

0 commit comments

Comments
 (0)