GET LibraryTypes Create and Test set url to lowercase

Set Komga to also require username and password
This commit is contained in:
2024-10-23 02:29:08 +02:00
parent 9d47445339
commit 96b5921ed6
2 changed files with 22 additions and 50 deletions

View File

@ -803,23 +803,11 @@ Creates a Library-Connector of the specified Type.
`Type` is returned by [GET /v2/LibraryConnector/Types](#-v2libraryconnectortypes)
| Parameter | Value |
|-------------|--------------------|
| URL | URL of the Library |
#### Type specific Parameters (must be included for each)
* Komga
| Parameter | Value |
|-----------|-------------------------------------------------------------------------------------------------------------------|
| auth | [Base64 encoded Basic-Authentication-String](https://datatracker.ietf.org/doc/html/rfc7617) (`username:password`) |
* Kavita
| Parameter | Value |
|-----------|-----------------|
| username | Kavita Username |
| password | Kavita Password |
| Parameter | Value |
|-----------|--------------------|
| url | URL of the Library |
| username | Username |
| password | Password |
</details>
<details>
@ -843,23 +831,11 @@ Tests a Library-Connector of the specified Type.
`Type` is returned by [GET /v2/LibraryConnector/Types](#-v2libraryconnectortypes)
| Parameter | Value |
|-------------|--------------------|
| URL | URL of the Library |
#### Type specific Parameters (must be included for each)
* Komga
| Parameter | Value |
|-----------|-------------------------------------------------------------------------------------------------------------------|
| auth | [Base64 encoded Basic-Authentication-String](https://datatracker.ietf.org/doc/html/rfc7617) (`username:password`) |
* Kavita
| Parameter | Value |
|-----------|-----------------|
| username | Kavita Username |
| password | Kavita Password |
| Parameter | Value |
|-----------|--------------------|
| url | URL of the Library |
| username | Username |
| password | Password |
</details>
<details>