1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2024-03-28 10:53:25 +00:00 committed by Bogdan
parent d0a10379f9
commit 48a3467572

View File

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