mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: bump dependency
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user