@@ -123,7 +123,7 @@ public ApiResponse<LogsAggregateResponse> aggregateLogsWithHttpInfo(LogsAggregat
123123 localVarHeaderParams ,
124124 new HashMap <String , String >(),
125125 new String [] {"application/json" },
126- new String [] {"apiKeyAuth" , "appKeyAuth" });
126+ new String [] {"apiKeyAuth" , "appKeyAuth" , "AuthZ" });
127127 return apiClient .invokeAPI (
128128 "POST" ,
129129 builder ,
@@ -170,7 +170,7 @@ public CompletableFuture<ApiResponse<LogsAggregateResponse>> aggregateLogsWithHt
170170 localVarHeaderParams ,
171171 new HashMap <String , String >(),
172172 new String [] {"application/json" },
173- new String [] {"apiKeyAuth" , "appKeyAuth" });
173+ new String [] {"apiKeyAuth" , "appKeyAuth" , "AuthZ" });
174174 } catch (ApiException ex ) {
175175 CompletableFuture <ApiResponse <LogsAggregateResponse >> result = new CompletableFuture <>();
176176 result .completeExceptionally (ex );
@@ -360,7 +360,7 @@ public ApiResponse<LogsListResponse> listLogsWithHttpInfo(ListLogsOptionalParame
360360 localVarHeaderParams ,
361361 new HashMap <String , String >(),
362362 new String [] {"application/json" },
363- new String [] {"apiKeyAuth" , "appKeyAuth" });
363+ new String [] {"apiKeyAuth" , "appKeyAuth" , "AuthZ" });
364364 return apiClient .invokeAPI (
365365 "POST" ,
366366 builder ,
@@ -398,7 +398,7 @@ public CompletableFuture<ApiResponse<LogsListResponse>> listLogsWithHttpInfoAsyn
398398 localVarHeaderParams ,
399399 new HashMap <String , String >(),
400400 new String [] {"application/json" },
401- new String [] {"apiKeyAuth" , "appKeyAuth" });
401+ new String [] {"apiKeyAuth" , "appKeyAuth" , "AuthZ" });
402402 } catch (ApiException ex ) {
403403 CompletableFuture <ApiResponse <LogsListResponse >> result = new CompletableFuture <>();
404404 result .completeExceptionally (ex );
0 commit comments