Skip to content

Commit 5ba1c98

Browse files
fix: description
1 parent adfcd79 commit 5ba1c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest_schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class FunctionDeleteQueryParams(BaseModel):
8383
force: Annotated[
8484
bool,
8585
Field(
86-
description="If true, deletes the function even if it has associated jobs.",
86+
description="If true, deletes the function even if it has associated jobs; otherwise, returns HTTP_409_CONFLICT if jobs exist.",
8787
),
8888
] = False
8989

0 commit comments

Comments
 (0)