Skip to content

Commit f0ba0ac

Browse files
committed
Fix function job collection changelog descr as pointed out by PC
1 parent 5c86393 commit f0ba0ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/api-server/src/simcore_service_api_server/api/routes/function_job_collections_routes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ async def delete_function_job_collection(
119119
responses={**_COMMON_FUNCTION_JOB_COLLECTION_ERROR_RESPONSES},
120120
description=create_route_description(
121121
base="Get the function jobs in function job collection",
122+
changelog=[FMSG_CHANGELOG_NEW_IN_VERSION.format(FIRST_RELEASE_VERSION)],
122123
),
123124
)
124125
async def function_job_collection_list_function_jobs(
@@ -144,6 +145,7 @@ async def function_job_collection_list_function_jobs(
144145
responses={**_COMMON_FUNCTION_JOB_COLLECTION_ERROR_RESPONSES},
145146
description=create_route_description(
146147
base="Get function job collection status",
148+
changelog=[FMSG_CHANGELOG_NEW_IN_VERSION.format(FIRST_RELEASE_VERSION)],
147149
),
148150
)
149151
async def function_job_collection_status(

0 commit comments

Comments
 (0)