Automated API Docs update

This commit is contained in:
Servarr 2025-04-08 13:36:27 +00:00 committed by Bogdan
parent 5b4f54a959
commit 05d2335bfe

View file

@ -7119,16 +7119,6 @@
"schema": { "schema": {
"$ref": "#/components/schemas/RemotePathMappingResource" "$ref": "#/components/schemas/RemotePathMappingResource"
} }
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/RemotePathMappingResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/RemotePathMappingResource"
}
} }
} }
}, },
@ -7163,14 +7153,6 @@
"200": { "200": {
"description": "OK", "description": "OK",
"content": { "content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RemotePathMappingResource"
}
}
},
"application/json": { "application/json": {
"schema": { "schema": {
"type": "array", "type": "array",
@ -7178,14 +7160,6 @@
"$ref": "#/components/schemas/RemotePathMappingResource" "$ref": "#/components/schemas/RemotePathMappingResource"
} }
} }
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RemotePathMappingResource"
}
}
} }
} }
} }
@ -10475,7 +10449,8 @@
"nullable": true "nullable": true
}, },
"wikiUrl": { "wikiUrl": {
"$ref": "#/components/schemas/HttpUri" "type": "string",
"nullable": true
} }
}, },
"additionalProperties": false "additionalProperties": false
@ -10718,48 +10693,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
},
"ICustomFormatSpecification": { "ICustomFormatSpecification": {
"type": "object", "type": "object",
"properties": { "properties": {