Skip to content

Commit 36f7c51

Browse files
fix name
1 parent 49b7f0d commit 36f7c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/specs/web-server/_long_running_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_async_job_status(
5858
responses=_export_data_responses,
5959
status_code=status.HTTP_204_NO_CONTENT,
6060
)
61-
def selete_async_job(
61+
def delete_async_job(
6262
_path_params: Annotated[_PathParam, Depends()],
6363
): ...
6464

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3129,7 +3129,7 @@ paths:
31293129
- long-running-tasks
31303130
summary: Delete Task
31313131
description: Deletes a task
3132-
operationId: selete_async_job
3132+
operationId: delete_async_job
31333133
parameters:
31343134
- name: task_id
31353135
in: path

0 commit comments

Comments
 (0)