File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -799,23 +799,23 @@ export class BackendClient {
799799   * @returns  A promise resolving to the response from the workflow. 
800800   * 
801801   * @example  
802-    *```typescript 
803-    *const response = await client.invokeWorkflowForExternalUser( 
804-    *  "https://your-workflow-url.m.pipedream.net", 
805-    *  "your-external-user-id", 
806-    *  { 
807-    *    body: { 
808-    *      foo: 123, 
809-    *      bar: "abc", 
810-    *      baz: null, 
811-    *    }, 
812-    *    headers: { 
813-    *      "Accept": "application/json", 
814-    *    }, 
815-    *  }, 
816-    *); 
817-    *console.log(response); 
818-    *``` 
802+    *  ```typescript 
803+    *  const response = await client.invokeWorkflowForExternalUser( 
804+    *    "https://your-workflow-url.m.pipedream.net", 
805+    *    "your-external-user-id", 
806+    *    { 
807+    *      body: { 
808+    *        foo: 123, 
809+    *        bar: "abc", 
810+    *        baz: null, 
811+    *      }, 
812+    *      headers: { 
813+    *        "Accept": "application/json", 
814+    *      }, 
815+    *    }, 
816+    *  ); 
817+    *  console.log(response); 
818+    *  ``` 
819819   */ 
820820  public  async  invokeWorkflowForExternalUser ( 
821821    url : string , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments