Skip to content

Commit

Permalink
Automated API Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ServarrAdmin authored and mynameisbogdan committed May 12, 2024
1 parent 1fc6e88 commit d39a3ad
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions src/Radarr.Api.V3/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,29 +828,13 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CollectionResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CollectionResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CollectionResource"
}
}
}
}
}
Expand Down Expand Up @@ -8598,6 +8582,9 @@
"type": "string",
"nullable": true
},
"isExisting": {
"type": "boolean"
},
"isExcluded": {
"type": "boolean"
}
Expand Down

0 comments on commit d39a3ad

Please sign in to comment.