Skip to content

Commit 920ff30

Browse files
update specs
1 parent cfd9074 commit 920ff30

File tree

1 file changed

+3
-3
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+3
-3
lines changed

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3164,12 +3164,12 @@ paths:
31643164
schema:
31653165
$ref: '#/components/schemas/EnvelopedError'
31663166
description: Internal Server Error
3167-
/v0/tasks/{task_id}:abort:
3167+
/v0/tasks/{task_id}:cancel:
31683168
post:
31693169
tags:
31703170
- long-running-tasks
3171-
summary: Abort Task
3172-
description: Aborts a task
3171+
summary: Cancel Task
3172+
description: Cancels a task
31733173
operationId: abort_async_job
31743174
parameters:
31753175
- name: task_id

0 commit comments

Comments
 (0)