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 58675867          " function_job_collections" 
58685868        ],
58695869        "summary" : " Function Job Collection List Function Jobs"  ,
5870-         "description" : " Get the function jobs in function job collection"  ,
5870+         "description" : " Get the function jobs in function job collection\n\n New in *version 0.8.0* "  ,
58715871        "operationId" : " function_job_collection_list_function_jobs"  ,
58725872        "parameters" : [
58735873          {
59435943          " function_job_collections" 
59445944        ],
59455945        "summary" : " Function Job Collection Status"  ,
5946-         "description" : " Get function job collection status"  ,
5946+         "description" : " Get function job collection status\n\n New in *version 0.8.0* "  ,
59475947        "operationId" : " function_job_collection_status"  ,
59485948        "security" : [
59495949          {
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