mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
Automated API Docs update
This commit is contained in:
parent
556f0ea54b
commit
fbe2264d29
1 changed files with 2 additions and 43 deletions
|
@ -9808,7 +9808,8 @@
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"wikiUrl": {
|
"wikiUrl": {
|
||||||
"$ref": "#/components/schemas/HttpUri"
|
"type": "string",
|
||||||
|
"nullable": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
@ -10062,48 +10063,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
|
|
||||||
},
|
|
||||||
"ImportListBulkResource": {
|
"ImportListBulkResource": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue