@@ -283,9 +283,9 @@ public class Example {
283283 ApiClient defaultClient = Configuration . getDefaultApiClient();
284284 defaultClient. setBasePath(" https://api.onesignal.com" );
285285
286- // Configure HTTP bearer authorization: user_auth_key
287- HttpBearerAuth user_auth_key = (HttpBearerAuth ) defaultClient. getAuthentication(" user_auth_key " );
288- user_auth_key . setBearerToken(" BEARER TOKEN" );
286+ // Configure HTTP bearer authorization: organization_api_key
287+ HttpBearerAuth organization_api_key = (HttpBearerAuth ) defaultClient. getAuthentication(" organization_api_key " );
288+ organization_api_key . setBearerToken(" BEARER TOKEN" );
289289
290290 DefaultApi apiInstance = new DefaultApi (defaultClient);
291291 App app = new App (); // App |
@@ -315,7 +315,7 @@ public class Example {
315315
316316### Authorization
317317
318- [ user_auth_key ] ( ../README.md#user_auth_key )
318+ [ organization_api_key ] ( ../README.md#organization_api_key )
319319
320320### HTTP request headers
321321
@@ -1227,9 +1227,9 @@ public class Example {
12271227 ApiClient defaultClient = Configuration . getDefaultApiClient();
12281228 defaultClient. setBasePath(" https://api.onesignal.com" );
12291229
1230- // Configure HTTP bearer authorization: user_auth_key
1231- HttpBearerAuth user_auth_key = (HttpBearerAuth ) defaultClient. getAuthentication(" user_auth_key " );
1232- user_auth_key . setBearerToken(" BEARER TOKEN" );
1230+ // Configure HTTP bearer authorization: organization_api_key
1231+ HttpBearerAuth organization_api_key = (HttpBearerAuth ) defaultClient. getAuthentication(" organization_api_key " );
1232+ organization_api_key . setBearerToken(" BEARER TOKEN" );
12331233
12341234 DefaultApi apiInstance = new DefaultApi (defaultClient);
12351235 String appId = " appId_example" ; // String | An app id
@@ -1259,7 +1259,7 @@ public class Example {
12591259
12601260### Authorization
12611261
1262- [ user_auth_key ] ( ../README.md#user_auth_key )
1262+ [ organization_api_key ] ( ../README.md#organization_api_key )
12631263
12641264### HTTP request headers
12651265
@@ -1296,9 +1296,9 @@ public class Example {
12961296 ApiClient defaultClient = Configuration . getDefaultApiClient();
12971297 defaultClient. setBasePath(" https://api.onesignal.com" );
12981298
1299- // Configure HTTP bearer authorization: user_auth_key
1300- HttpBearerAuth user_auth_key = (HttpBearerAuth ) defaultClient. getAuthentication(" user_auth_key " );
1301- user_auth_key . setBearerToken(" BEARER TOKEN" );
1299+ // Configure HTTP bearer authorization: organization_api_key
1300+ HttpBearerAuth organization_api_key = (HttpBearerAuth ) defaultClient. getAuthentication(" organization_api_key " );
1301+ organization_api_key . setBearerToken(" BEARER TOKEN" );
13021302
13031303 DefaultApi apiInstance = new DefaultApi (defaultClient);
13041304 try {
@@ -1324,7 +1324,7 @@ This endpoint does not need any parameter.
13241324
13251325### Authorization
13261326
1327- [ user_auth_key ] ( ../README.md#user_auth_key )
1327+ [ organization_api_key ] ( ../README.md#organization_api_key )
13281328
13291329### HTTP request headers
13301330
@@ -1954,9 +1954,9 @@ public class Example {
19541954 ApiClient defaultClient = Configuration . getDefaultApiClient();
19551955 defaultClient. setBasePath(" https://api.onesignal.com" );
19561956
1957- // Configure HTTP bearer authorization: user_auth_key
1958- HttpBearerAuth user_auth_key = (HttpBearerAuth ) defaultClient. getAuthentication(" user_auth_key " );
1959- user_auth_key . setBearerToken(" BEARER TOKEN" );
1957+ // Configure HTTP bearer authorization: organization_api_key
1958+ HttpBearerAuth organization_api_key = (HttpBearerAuth ) defaultClient. getAuthentication(" organization_api_key " );
1959+ organization_api_key . setBearerToken(" BEARER TOKEN" );
19601960
19611961 DefaultApi apiInstance = new DefaultApi (defaultClient);
19621962 String appId = " appId_example" ; // String | An app id
@@ -1988,7 +1988,7 @@ public class Example {
19881988
19891989### Authorization
19901990
1991- [ user_auth_key ] ( ../README.md#user_auth_key )
1991+ [ organization_api_key ] ( ../README.md#organization_api_key )
19921992
19931993### HTTP request headers
19941994
0 commit comments