mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
GET LibraryTypes Create and Test set url to lowercase
Set Komga to also require username and password
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user