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 Qstick committed Feb 12, 2024
1 parent a4af75b commit f13b095
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions src/Lidarr.Api.V1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1136,35 +1136,27 @@
"type": "boolean",
"default": false
}
},
{
"name": "tags",
"in": "query",
"schema": {
"type": "string",
"default": ""
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AlbumResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AlbumResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AlbumResource"
}
}
}
}
}
Expand Down

0 comments on commit f13b095

Please sign in to comment.