mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Automated API Docs update
This commit is contained in:
parent
7275261960
commit
39c3993759
1 changed files with 12 additions and 0 deletions
|
@ -347,6 +347,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/api": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"ApiInfo"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/artist/{id}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
|
Loading…
Reference in a new issue