mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-16 18:00:48 +02:00
Automated API Docs update
This commit is contained in:
parent
47fb886930
commit
8cf892124c
1 changed files with 12 additions and 0 deletions
|
|
@ -4629,6 +4629,9 @@
|
|||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"privacy": {
|
||||
"$ref": "#/components/schemas/PrivacyLevel"
|
||||
},
|
||||
"placeholder": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
|
|
@ -5675,6 +5678,15 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"PrivacyLevel": {
|
||||
"enum": [
|
||||
"normal",
|
||||
"password",
|
||||
"apiKey",
|
||||
"userName"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"ProviderMessage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue