You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/Lidarr.Api.V1/swagger.json

5048 lines
114 KiB

{
"openapi": "3.0.0",
"info": {
"title": "Lidarr",
"description": "Music Automation",
"contact": {
"url": "https://lidarr.audio"
},
"version": "1.0.0"
},
"servers": [
{
"url": "{protocol}://{hostPath}",
"variables": {
"protocol": {
"enum": [
"https",
"http"
],
"default": "https"
},
"hostPath": {
"default": "localhost:8686",
"description": "Your Lidarr Server URL"
}
}
}
],
"tags": [
{
"name": "Artist"
},
{
"name": "Album"
},
{
"name": "Track"
},
{
"name": "TrackFile"
}
],
"paths": {
"/api/v1/wanted/cutoff/{id}": {
"get": {
"tags": [
"Wanted"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of album to retrieve",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/wanted/cutoff": {
"get": {
"tags": [
"Wanted"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/wanted/missing/{id}": {
"get": {
"tags": [
"Wanted"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of album to retrieve",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/wanted/missing": {
"get": {
"tags": [
"Wanted"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/update": {
"get": {
"tags": [
"Update"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/rename": {
"get": {
"tags": [
"Rename"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/retag": {
"get": {
"tags": [
"Re-Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/track/{id}": {
"get": {
"tags": [
"Track"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of track to retrieve",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/track": {
"get": {
"tags": [
"Track"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/trackfile/{id}": {
"get": {
"tags": [
"TrackFile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"TrackFile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"TrackFile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of trackfile",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/trackfile": {
"get": {
"tags": [
"TrackFile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"TrackFile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/trackfile/editor": {
"put": {
"tags": [
"TrackFile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/trackfile/bulk": {
"delete": {
"tags": [
"TrackFile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/tag/detail/{id}": {
"get": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of tag",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/tag/detail": {
"get": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/tag/{id}": {
"get": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of tag",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/tag": {
"get": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Tag"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/system/status": {
"get": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/system/routes": {
"get": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/system/shutdown": {
"post": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/system/restart": {
"post": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/system/task": {
"get": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/system/task/{id}": {
"get": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of task",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/system/backup": {
"get": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/system/backup/{id}": {
"delete": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of backup",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/system/backup/restore/{id}": {
"post": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of backup",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/system/backup/restore/upload": {
"post": {
"tags": [
"System"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/search": {
"get": {
"tags": [
"Search"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/rootfolder": {
"get": {
"tags": [
"Root Folder"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Root Folder"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Root Folder"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/rootfolder/{id}": {
"get": {
"tags": [
"Root Folder"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Root Folder"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Root Folder"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Root Folder",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/remotepathmapping": {
"get": {
"tags": [
"Remote Mapping"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Remote Mapping"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Remote Mapping"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/remotepathmapping/{id}": {
"get": {
"tags": [
"Remote Mapping"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Remote Mapping"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Remote Mapping"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Remote Mapping",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/queue/grab/{id}": {
"post": {
"tags": [
"Queue"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Queue Item",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/queue/grab/bulk": {
"post": {
"tags": [
"Queue"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/queue/{id}": {
"delete": {
"tags": [
"Queue"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Queue Item",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/queue/bulk": {
"delete": {
"tags": [
"Queue"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/queue/details": {
"get": {
"tags": [
"Queue"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/queue": {
"get": {
"tags": [
"Queue"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/queue/status": {
"get": {
"tags": [
"Queue"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/qualitydefinition": {
"get": {
"tags": [
"Quality Definitions"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Quality Definitions"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/qualitydefinition/{id}": {
"get": {
"tags": [
"Quality Definitions"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Quality Definitions"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Quality Definition",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/qualitydefinition/update": {
"put": {
"tags": [
"Quality Definitions"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/releaseprofile/{id}": {
"get": {
"tags": [
"Release Profiles"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Release Profiles"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Release Profiles"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Release Profile",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/releaseprofile": {
"get": {
"tags": [
"Release Profiles"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Release Profiles"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Release Profiles"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/qualityprofile": {
"get": {
"tags": [
"Quality Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Quality Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Quality Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/qualityprofile/{id}": {
"get": {
"tags": [
"Quality Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Quality Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Quality Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Quality Profile",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/qualityprofile/schema": {
"get": {
"tags": [
"Quality Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/metadataprofile": {
"get": {
"tags": [
"Metadata Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Metadata Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Metadata Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/metadataprofile/{id}": {
"get": {
"tags": [
"Metadata Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Metadata Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Metadata Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Metadata Profile",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/metadataprofile/schema": {
"get": {
"tags": [
"Metadata Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/delayprofile": {
"get": {
"tags": [
"Delay Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Delay Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Delay Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/delayprofile/{id}": {
"get": {
"tags": [
"Delay Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Delay Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Delay Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Delay Profile",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/delayprofile/reorder/{id}": {
"put": {
"tags": [
"Delay Profile"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Delay Profile",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/parse": {
"get": {
"tags": [
"Parse"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/notification/schema": {
"get": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/notification/test": {
"post": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/notification/testall": {
"post": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/notification/action/{action}": {
"post": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "action",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/notification": {
"get": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/notification/{id}": {
"get": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Notifications"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of notification",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/metadata/schema": {
"get": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/metadata/test": {
"post": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/metadata/testall": {
"post": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/metadata/action/{action}": {
"post": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "action",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/metadata": {
"get": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/metadata/{id}": {
"get": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Metadata"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Metadata",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/MediaCover/Artist/{artistId}/{filename}": {
"get": {
"tags": [
"Media Covers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "artistId",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
},
{
"name": "filename",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/MediaCover/Album/{artistId}/{filename}": {
"get": {
"tags": [
"Media Covers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "artistId",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
},
{
"name": "filename",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/manualimport": {
"get": {
"tags": [
"Manual Import"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Manual Import"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/log/file": {
"get": {
"tags": [
"Logs"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/log/file/{filename}": {
"get": {
"tags": [
"Logs"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "filename",
"in": "path",
"description": "Filename of Log File to retrieve",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/log": {
"get": {
"tags": [
"Logs"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/log/file/update": {
"get": {
"tags": [
"Logs"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/log/file/update/{filename}": {
"get": {
"tags": [
"Logs"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "filename",
"in": "path",
"description": "Filename of Update Log File to retrieve",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/indexer/schema": {
"get": {
"tags": [
"Indexer"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/indexer/test": {
"post": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/indexer/testall": {
"post": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/indexer/action/{action}": {
"post": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "action",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/indexer": {
"get": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/indexer/{id}": {
"get": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Indexers"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Indexer",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/release": {
"get": {
"tags": [
"Indexer Release"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Indexer Release"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/importlistexclusion/{id}": {
"get": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/importlistexclusion": {
"get": {
"tags": [
"Import List Exclusion"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Import List Exclusion"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Import List Exclusion"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/importlist/schema": {
"get": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/importlist/test": {
"post": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/importlist/testall": {
"post": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/importlist/action/{action}": {
"post": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "action",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/importlist": {
"get": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/importlist/{id}": {
"get": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Import List"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/history": {
"get": {
"tags": [
"History"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/history/since": {
"get": {
"tags": [
"History"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/history/artist": {
"get": {
"tags": [
"History"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/history/failed": {
"post": {
"tags": [
"History"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/health": {
"get": {
"tags": [
"Health"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/filesystem": {
"get": {
"tags": [
"Filesystem"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/filesystem/type": {
"get": {
"tags": [
"Filesystem"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/filesystem/mediafiles": {
"get": {
"tags": [
"Filesystem"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/downloadclient/schema": {
"get": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/downloadclient/test": {
"post": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/downloadclient/testall": {
"post": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/downloadclient/action/{action}": {
"post": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "action",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "string"
}
}
]
},
"/api/v1/downloadclient": {
"get": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/downloadclient/{id}": {
"get": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Download Client"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/diskspace": {
"get": {
"tags": [
"Diskspace"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/customfilter/{id}": {
"get": {
"tags": [
"Custom Filter"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Custom Filter"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Custom Filter"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/customfilter": {
"get": {
"tags": [
"Custom Filter"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Custom Filter"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Custom Filter"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/downloadclient": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/downloadclient/{id}": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/config/host": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/host/{id}": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/config/indexer": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/indexer/{id}": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/config/mediamanagement": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/mediamanagement/{id}": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/config/metadataprovider": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/metadataprovider/{id}": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/config/naming": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/naming/{id}": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/config/naming/examples": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/ui": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/config/ui/{id}": {
"get": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Config"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/command/{id}": {
"get": {
"tags": [
"Command"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Command"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Command",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/command": {
"get": {
"tags": [
"Command"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Command"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/feed/v1/calendar/Lidarr.ics": {
"get": {
"tags": [
"Calendar"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/calendar/{id}": {
"get": {
"tags": [
"Calendar"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "This parameter is not annotated",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/calendar": {
"get": {
"tags": [
"Calendar"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/blacklist": {
"get": {
"tags": [
"Blacklist"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/blacklist/{id}": {
"delete": {
"tags": [
"Blacklist"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Blacklist Item",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/artist/editor": {
"put": {
"tags": [
"Artist"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Artist"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/artist/import": {
"post": {
"tags": [
"Artist"
],
"summary": "Add multiple existsing Artist folders to DB",
"description": "",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/artist/lookup": {
"get": {
"tags": [
"Artist"
],
"summary": "Search for Album not in DB",
"description": "",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/artist": {
"get": {
"tags": [
"Artist"
],
"summary": "Get all Artists",
"description": "This route is used to retrieve all artist records in the database",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Artist"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Artist"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/artist/{id}": {
"get": {
"tags": [
"Artist"
],
"summary": "Get Artist by Id",
"description": "",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Artist"
],
"summary": "Edit Artist by Id",
"description": "",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Artist"
],
"summary": "Delete Artist by Id",
"description": "",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Artist",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/album/lookup": {
"get": {
"tags": [
"Album"
],
"summary": "Search for Album not in DB",
"description": "",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/album/{id}": {
"get": {
"tags": [
"Album"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Album"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"delete": {
"tags": [
"Album"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": [
{
"name": "id",
"in": "path",
"description": "ID of Album",
"required": true,
"schema": {
"type": "integer"
}
}
]
},
"/api/v1/album": {
"get": {
"tags": [
"Album"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"put": {
"tags": [
"Album"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"post": {
"tags": [
"Album"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/album/monitor": {
"put": {
"tags": [
"Album"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/albumstudio": {
"post": {
"tags": [
"Album Studio"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
},
"/api/v1/release/push": {
"post": {
"tags": [
"Indexer Release"
],
"summary": "Warning: no annotated method found for this route",
"description": "This route is not annotated.",
"operationId": "",
"responses": {
"200": {
"description": "successful operation"
}
},
"security": [
{
"api_key": []
}
]
},
"parameters": []
}
},
"components": {
"securitySchemes": {
"api_key": {
"type": "apiKey",
"in": "query",
"name": "apiKey"
}
}
},
"externalDocs": {
"description": "GitHub",
"url": "https://github.com/Lidarr/Lidarr"
}
}