1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-23 11:13:34 +01:00

Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2024-08-26 00:27:17 +00:00 committed by Mark McDowall
parent 4e14ce022c
commit 4548dcdf97

View File

@ -6671,20 +6671,10 @@
"200": { "200": {
"description": "OK", "description": "OK",
"content": { "content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/SeriesResource"
}
},
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "#/components/schemas/SeriesResource" "$ref": "#/components/schemas/SeriesResource"
} }
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/SeriesResource"
}
} }
} }
} }
@ -6763,20 +6753,10 @@
"200": { "200": {
"description": "OK", "description": "OK",
"content": { "content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/SeriesResource"
}
},
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "#/components/schemas/SeriesResource" "$ref": "#/components/schemas/SeriesResource"
} }
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/SeriesResource"
}
} }
} }
} }