chore: bump dependency

This commit is contained in:
izzy
2026-04-22 14:07:52 +01:00
parent 4b4308650c
commit f3ce407e9c
5 changed files with 49 additions and 26 deletions
+23
View File
@@ -16227,6 +16227,29 @@
"RunningTasks"
]
}
},
"/yucca/tasks/{parentId}/cancel": {
"post": {
"operationId": "cancelTask",
"parameters": [
{
"name": "parentId",
"required": true,
"in": "path",
"schema": {
"type": "string"
}
}
],
"responses": {
"201": {
"description": ""
}
},
"tags": [
"RunningTasks"
]
}
}
},
"info": {