mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Automated API Docs update
This commit is contained in:
parent
430897c710
commit
0629832bd0
1 changed files with 43 additions and 0 deletions
|
|
@ -6226,6 +6226,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/qualitydefinition/limits": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"QualityDefinition"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"content": {
|
||||
"text/plain": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityDefinitionLimitsResource"
|
||||
}
|
||||
},
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityDefinitionLimitsResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityDefinitionLimitsResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/qualityprofile": {
|
||||
"post": {
|
||||
"tags": [
|
||||
|
|
@ -11541,6 +11570,20 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"QualityDefinitionLimitsResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"max": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"QualityDefinitionResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue