mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Automated API Docs update
This commit is contained in:
@@ -4085,6 +4085,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/localization/language": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"Localization"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/LocalizationLanguageResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/log": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -10390,6 +10409,16 @@
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"LocalizationLanguageResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"LogFileResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user