Automated API Docs update

pull/9082/head
Servarr 10 months ago committed by Bogdan
parent 174ea347a8
commit 135de2cad4

@ -6922,16 +6922,6 @@
"schema": {
"$ref": "#/components/schemas/ReleaseResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/ReleaseResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/ReleaseResource"
}
}
}
},
@ -6959,14 +6949,6 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ReleaseResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
@ -6974,14 +6956,6 @@
"$ref": "#/components/schemas/ReleaseResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ReleaseResource"
}
}
}
}
}
@ -12446,6 +12420,11 @@
},
"nullable": true
},
"mappedMovieId": {
"type": "integer",
"format": "int32",
"nullable": true
},
"approved": {
"type": "boolean"
},
@ -12529,6 +12508,15 @@
"type": "integer",
"format": "int32",
"nullable": true
},
"downloadClientId": {
"type": "integer",
"format": "int32",
"nullable": true
},
"shouldOverride": {
"type": "boolean",
"nullable": true
}
},
"additionalProperties": false

Loading…
Cancel
Save