Automated API Docs update

pull/9082/head
Servarr 1 year ago committed by Bogdan
parent 174ea347a8
commit 135de2cad4

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

Loading…
Cancel
Save