We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd9074 commit 920ff30Copy full SHA for 920ff30
services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml
@@ -3164,12 +3164,12 @@ paths:
3164
schema:
3165
$ref: '#/components/schemas/EnvelopedError'
3166
description: Internal Server Error
3167
- /v0/tasks/{task_id}:abort:
+ /v0/tasks/{task_id}:cancel:
3168
post:
3169
tags:
3170
- long-running-tasks
3171
- summary: Abort Task
3172
- description: Aborts a task
+ summary: Cancel Task
+ description: Cancels a task
3173
operationId: abort_async_job
3174
parameters:
3175
- name: task_id
0 commit comments