Implemented /v2/NotificationConnector/*

This commit is contained in:
2024-04-23 00:58:19 +02:00
parent 0ced3a7dd9
commit 2651a0c53b
2 changed files with 104 additions and 7 deletions

View File

@ -784,6 +784,7 @@ Returns the configured Notification-Connector of the specified Type.
| StatusCode | Meaning |
|------------|---------------------------------------|
| 404 | Library Connector Type does not exist |
| 500 | Parsing Error |
</details>
### <sub>![POST](https://img.shields.io/badge/POST-00f)</sub> `/v2/NotificationConnector/<Type>`
@ -825,6 +826,7 @@ Creates a Notification-Connector of the specified Type.
| StatusCode | Meaning |
|------------|--------------------------------------------|
| 404 | Notification Connector Type does not exist |
| 406 | Missing Parameter |
| 500 | Parsing Error |
</details>
@ -866,7 +868,7 @@ Tests a Notification-Connector of the specified Type.
|------------|--------------------------------------------|
| 200 | Test successful |
| 404 | Notification Connector Type does not exist |
| 408 | Test failed |
| 406 | Missing Parameter |
| 500 | Parsing Error |
</details>