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
1 changed files with 17 additions and 0 deletions

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}": {