mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Automated API Docs update
This commit is contained in:
@@ -4739,7 +4739,8 @@
|
|||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"wikiUrl": {
|
"wikiUrl": {
|
||||||
"$ref": "#/components/schemas/HttpUri"
|
"type": "string",
|
||||||
|
"nullable": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
@@ -4991,48 +4992,6 @@
|
|||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"HttpUri": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"fullUri": {
|
|
||||||
"type": "string",
|
|
||||||
"nullable": true,
|
|
||||||
"readOnly": true
|
|
||||||
},
|
|
||||||
"scheme": {
|
|
||||||
"type": "string",
|
|
||||||
"nullable": true,
|
|
||||||
"readOnly": true
|
|
||||||
},
|
|
||||||
"host": {
|
|
||||||
"type": "string",
|
|
||||||
"nullable": true,
|
|
||||||
"readOnly": true
|
|
||||||
},
|
|
||||||
"port": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int32",
|
|
||||||
"nullable": true,
|
|
||||||
"readOnly": true
|
|
||||||
},
|
|
||||||
"path": {
|
|
||||||
"type": "string",
|
|
||||||
"nullable": true,
|
|
||||||
"readOnly": true
|
|
||||||
},
|
|
||||||
"query": {
|
|
||||||
"type": "string",
|
|
||||||
"nullable": true,
|
|
||||||
"readOnly": true
|
|
||||||
},
|
|
||||||
"fragment": {
|
|
||||||
"type": "string",
|
|
||||||
"nullable": true,
|
|
||||||
"readOnly": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"additionalProperties": false
|
|
||||||
},
|
|
||||||
"IActionResult": {
|
"IActionResult": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
Reference in New Issue
Block a user