@@ -125,7 +125,7 @@ public ApiResponse<Dashboard> createDashboardWithHttpInfo(Dashboard body) throws
125125 localVarHeaderParams ,
126126 new HashMap <String , String >(),
127127 new String [] {"application/json" },
128- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
128+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
129129 return apiClient .invokeAPI (
130130 "POST" ,
131131 builder ,
@@ -257,7 +257,7 @@ public ApiResponse<SharedDashboard> createPublicDashboardWithHttpInfo(SharedDash
257257 localVarHeaderParams ,
258258 new HashMap <String , String >(),
259259 new String [] {"application/json" },
260- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
260+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
261261 return apiClient .invokeAPI (
262262 "POST" ,
263263 builder ,
@@ -304,7 +304,7 @@ public CompletableFuture<ApiResponse<SharedDashboard>> createPublicDashboardWith
304304 localVarHeaderParams ,
305305 new HashMap <String , String >(),
306306 new String [] {"application/json" },
307- new String [] {"AuthZ" , "apiKeyAuth" , "appKeyAuth" });
307+ new String [] {"AuthZ" , "AuthZ" , "AuthZ" , " apiKeyAuth" , "appKeyAuth" });
308308 } catch (ApiException ex ) {
309309 CompletableFuture <ApiResponse <SharedDashboard >> result = new CompletableFuture <>();
310310 result .completeExceptionally (ex );
@@ -391,7 +391,7 @@ public ApiResponse<DashboardDeleteResponse> deleteDashboardWithHttpInfo(String d
391391 localVarHeaderParams ,
392392 new HashMap <String , String >(),
393393 new String [] {"application/json" },
394- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
394+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
395395 return apiClient .invokeAPI (
396396 "DELETE" ,
397397 builder ,
@@ -526,7 +526,7 @@ public ApiResponse<Void> deleteDashboardsWithHttpInfo(DashboardBulkDeleteRequest
526526 localVarHeaderParams ,
527527 new HashMap <String , String >(),
528528 new String [] {"*/*" },
529- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
529+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
530530 return apiClient .invokeAPI (
531531 "DELETE" ,
532532 builder ,
@@ -660,7 +660,7 @@ public ApiResponse<DeleteSharedDashboardResponse> deletePublicDashboardWithHttpI
660660 localVarHeaderParams ,
661661 new HashMap <String , String >(),
662662 new String [] {"application/json" },
663- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
663+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
664664 return apiClient .invokeAPI (
665665 "DELETE" ,
666666 builder ,
@@ -710,7 +710,7 @@ public ApiResponse<DeleteSharedDashboardResponse> deletePublicDashboardWithHttpI
710710 localVarHeaderParams ,
711711 new HashMap <String , String >(),
712712 new String [] {"application/json" },
713- new String [] {"AuthZ" , "apiKeyAuth" , "appKeyAuth" });
713+ new String [] {"AuthZ" , "AuthZ" , "AuthZ" , " apiKeyAuth" , "appKeyAuth" });
714714 } catch (ApiException ex ) {
715715 CompletableFuture <ApiResponse <DeleteSharedDashboardResponse >> result =
716716 new CompletableFuture <>();
@@ -810,7 +810,7 @@ public ApiResponse<Void> deletePublicDashboardInvitationWithHttpInfo(
810810 localVarHeaderParams ,
811811 new HashMap <String , String >(),
812812 new String [] {"*/*" },
813- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
813+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
814814 return apiClient .invokeAPI (
815815 "DELETE" ,
816816 builder ,
@@ -959,7 +959,7 @@ public ApiResponse<Dashboard> getDashboardWithHttpInfo(String dashboardId) throw
959959 localVarHeaderParams ,
960960 new HashMap <String , String >(),
961961 new String [] {"application/json" },
962- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
962+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
963963 return apiClient .invokeAPI (
964964 "GET" ,
965965 builder ,
@@ -1098,7 +1098,7 @@ public ApiResponse<SharedDashboard> getPublicDashboardWithHttpInfo(String token)
10981098 localVarHeaderParams ,
10991099 new HashMap <String , String >(),
11001100 new String [] {"application/json" },
1101- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
1101+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
11021102 return apiClient .invokeAPI (
11031103 "GET" ,
11041104 builder ,
@@ -1308,7 +1308,7 @@ public ApiResponse<SharedDashboardInvites> getPublicDashboardInvitationsWithHttp
13081308 localVarHeaderParams ,
13091309 new HashMap <String , String >(),
13101310 new String [] {"application/json" },
1311- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
1311+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
13121312 return apiClient .invokeAPI (
13131313 "GET" ,
13141314 builder ,
@@ -1593,7 +1593,7 @@ public ApiResponse<DashboardSummary> listDashboardsWithHttpInfo(
15931593 localVarHeaderParams ,
15941594 new HashMap <String , String >(),
15951595 new String [] {"application/json" },
1596- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
1596+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
15971597 return apiClient .invokeAPI (
15981598 "GET" ,
15991599 builder ,
@@ -1726,7 +1726,7 @@ public ApiResponse<Void> restoreDashboardsWithHttpInfo(DashboardRestoreRequest b
17261726 localVarHeaderParams ,
17271727 new HashMap <String , String >(),
17281728 new String [] {"*/*" },
1729- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
1729+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
17301730 return apiClient .invokeAPI (
17311731 "PATCH" ,
17321732 builder ,
@@ -1873,7 +1873,7 @@ public ApiResponse<SharedDashboardInvites> sendPublicDashboardInvitationWithHttp
18731873 localVarHeaderParams ,
18741874 new HashMap <String , String >(),
18751875 new String [] {"application/json" },
1876- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
1876+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
18771877 return apiClient .invokeAPI (
18781878 "POST" ,
18791879 builder ,
@@ -2031,7 +2031,7 @@ public ApiResponse<Dashboard> updateDashboardWithHttpInfo(String dashboardId, Da
20312031 localVarHeaderParams ,
20322032 new HashMap <String , String >(),
20332033 new String [] {"application/json" },
2034- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
2034+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
20352035 return apiClient .invokeAPI (
20362036 "PUT" ,
20372037 builder ,
@@ -2189,7 +2189,7 @@ public ApiResponse<SharedDashboard> updatePublicDashboardWithHttpInfo(
21892189 localVarHeaderParams ,
21902190 new HashMap <String , String >(),
21912191 new String [] {"application/json" },
2192- new String [] {"AuthZ " , "apiKeyAuth " , "appKeyAuth " });
2192+ new String [] {"apiKeyAuth " , "appKeyAuth " , "AuthZ " });
21932193 return apiClient .invokeAPI (
21942194 "PUT" ,
21952195 builder ,
@@ -2248,7 +2248,7 @@ public CompletableFuture<ApiResponse<SharedDashboard>> updatePublicDashboardWith
22482248 localVarHeaderParams ,
22492249 new HashMap <String , String >(),
22502250 new String [] {"application/json" },
2251- new String [] {"AuthZ" , "apiKeyAuth" , "appKeyAuth" });
2251+ new String [] {"AuthZ" , "AuthZ" , "AuthZ" , " apiKeyAuth" , "appKeyAuth" });
22522252 } catch (ApiException ex ) {
22532253 CompletableFuture <ApiResponse <SharedDashboard >> result = new CompletableFuture <>();
22542254 result .completeExceptionally (ex );
0 commit comments