Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2024-03-28 05:32:54 +00:00
parent 7353fe479d
commit 193486e1ad
1 changed files with 17 additions and 0 deletions

View File

@ -5143,6 +5143,23 @@
}
}
}
},
"head": {
"tags": [
"Ping"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/PingResource"
}
}
}
}
}
}
},
"/api/v3/qualitydefinition/{id}": {