mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 01:55:41 +01:00
Automated API Docs update
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user