File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
services/api-server/src/simcore_service_api_server/api/routes Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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)
124125async 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)
149151async def function_job_collection_status (
You can’t perform that action at this time.
0 commit comments