File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -474,6 +474,10 @@ RunSourcePayload:
474474      description : List of entityIDs to update. 
475475    entityType :
476476      $ref : ' #/EntityType' 
477+     runMetadata :
478+       type : object 
479+       additionalProperties : true 
480+       description : Additional information that will be passed to the created runs. 
477481
478482EntityType :
479483  type : string 
Original file line number Diff line number Diff line change @@ -627,3 +627,12 @@ PushTaskPayload:
627627  required :
628628    - action 
629629    - records 
630+ 
631+ RunTaskPayload :
632+   type : object 
633+   additionalProperties : false 
634+   properties :
635+     runMetadata :
636+       type : object 
637+       additionalProperties : true 
638+       description : Additional information that will be passed to the created run. 
Original file line number Diff line number Diff line change 1111    - editSettings 
1212  parameters :
1313    - $ref : ' ../../../common/parameters.yml#/pathTaskID' 
14+   requestBody :
15+     description : ' ' 
16+     content :
17+       application/json :
18+         schema :
19+           $ref : ' ../../../common/schemas/task.yml#/RunTaskPayload' 
1420  responses :
1521    ' 200 '  :
1622      description : OK 
Original file line number Diff line number Diff line change 1010    - editSettings 
1111  parameters :
1212    - $ref : ' ../../../common/parameters.yml#/pathTaskID' 
13+   requestBody :
14+     description : ' ' 
15+     content :
16+       application/json :
17+         schema :
18+           $ref : ' ../../../common/schemas/task.yml#/RunTaskPayload' 
1319  responses :
1420    ' 200 '  :
1521      description : OK 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments