File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/simcore_service_api_server/api/routes Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 58715871 " function_job_collections"
58725872 ],
58735873 "summary" : " Function Job Collection List Function Jobs" ,
5874- "description" : " Get the function jobs in function job collection" ,
5874+ "description" : " Get the function jobs in function job collection\n\n New in *version 0.8.0* " ,
58755875 "operationId" : " function_job_collection_list_function_jobs" ,
58765876 "parameters" : [
58775877 {
59475947 " function_job_collections"
59485948 ],
59495949 "summary" : " Function Job Collection Status" ,
5950- "description" : " Get function job collection status" ,
5950+ "description" : " Get function job collection status\n\n New in *version 0.8.0* " ,
59515951 "operationId" : " function_job_collection_status" ,
59525952 "security" : [
59535953 {
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