File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public function show(int $id): DataResponse {
110110	 * @param ?array<string,mixed> $eventFilter Mongo filter to apply to the serialized data to decide if firing 
111111	 * @param ?string $userIdFilter User id to filter on. The webhook will only be called by requests from this user. Empty or null means no filtering. 
112112	 * @param ?array<string,string> $headers Array of headers to send 
113- 	 * @param "none"|"headers "|null $authMethod Authentication method to use 
113+ 	 * @param "none"|"header "|null $authMethod Authentication method to use 
114114	 * @param ?array<string,mixed> $authData Array of data for authentication 
115115	 * 
116116	 * @return DataResponse<Http::STATUS_OK, WebhookListenersWebhookInfo, array{}> 
@@ -178,7 +178,7 @@ public function create(
178178	 * @param ?array<string,mixed> $eventFilter Mongo filter to apply to the serialized data to decide if firing 
179179	 * @param ?string $userIdFilter User id to filter on. The webhook will only be called by requests from this user. Empty or null means no filtering. 
180180	 * @param ?array<string,string> $headers Array of headers to send 
181- 	 * @param "none"|"headers "|null $authMethod Authentication method to use 
181+ 	 * @param "none"|"header "|null $authMethod Authentication method to use 
182182	 * @param ?array<string,mixed> $authData Array of data for authentication 
183183	 * 
184184	 * @return DataResponse<Http::STATUS_OK, WebhookListenersWebhookInfo, array{}> 
Original file line number Diff line number Diff line change 236236                                        "nullable" : true ,
237237                                        "enum" : [
238238                                            " none" 
239-                                             " headers " 
239+                                             " header " 
240240                                        ],
241241                                        "description" : " Authentication method to use" 
242242                                    },
519519                                        "nullable" : true ,
520520                                        "enum" : [
521521                                            " none" 
522-                                             " headers " 
522+                                             " header " 
523523                                        ],
524524                                        "description" : " Authentication method to use" 
525525                                    },
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments