mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +00:00
Automated API Docs update
This commit is contained in:
parent
f477f9b287
commit
13ce040e4d
1 changed files with 17 additions and 0 deletions
|
@ -5620,6 +5620,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"head": {
|
||||
"tags": [
|
||||
"Ping"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/PingResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/qualitydefinition/{id}": {
|
||||
|
|
Loading…
Reference in a new issue