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 507eecd commit 9b7b15cCopy full SHA for 9b7b15c
api/specs/web-server/_long_running_tasks.py
@@ -66,7 +66,7 @@ def delete_async_job(
66
@router.post(
67
"/tasks/{task_id}:cancel",
68
name="cancel_task",
69
- description="Cancels a task",
+ description="Cancels (aborts) a task",
70
responses=_export_data_responses,
71
status_code=status.HTTP_204_NO_CONTENT,
72
)
services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml
@@ -3169,7 +3169,7 @@ paths:
3169
tags:
3170
- long-running-tasks
3171
summary: Cancel Task
3172
- description: Cancels a task
+ description: Cancels (aborts) a task
3173
operationId: cancel_async_job
3174
parameters:
3175
- name: task_id
0 commit comments