@@ -283,9 +283,9 @@ public class Example {
283
283
ApiClient defaultClient = Configuration . getDefaultApiClient();
284
284
defaultClient. setBasePath(" https://api.onesignal.com" );
285
285
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" );
289
289
290
290
DefaultApi apiInstance = new DefaultApi (defaultClient);
291
291
App app = new App (); // App |
@@ -315,7 +315,7 @@ public class Example {
315
315
316
316
### Authorization
317
317
318
- [ user_auth_key ] ( ../README.md#user_auth_key )
318
+ [ organization_api_key ] ( ../README.md#organization_api_key )
319
319
320
320
### HTTP request headers
321
321
@@ -1227,9 +1227,9 @@ public class Example {
1227
1227
ApiClient defaultClient = Configuration . getDefaultApiClient();
1228
1228
defaultClient. setBasePath(" https://api.onesignal.com" );
1229
1229
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" );
1233
1233
1234
1234
DefaultApi apiInstance = new DefaultApi (defaultClient);
1235
1235
String appId = " appId_example" ; // String | An app id
@@ -1259,7 +1259,7 @@ public class Example {
1259
1259
1260
1260
### Authorization
1261
1261
1262
- [ user_auth_key ] ( ../README.md#user_auth_key )
1262
+ [ organization_api_key ] ( ../README.md#organization_api_key )
1263
1263
1264
1264
### HTTP request headers
1265
1265
@@ -1296,9 +1296,9 @@ public class Example {
1296
1296
ApiClient defaultClient = Configuration . getDefaultApiClient();
1297
1297
defaultClient. setBasePath(" https://api.onesignal.com" );
1298
1298
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" );
1302
1302
1303
1303
DefaultApi apiInstance = new DefaultApi (defaultClient);
1304
1304
try {
@@ -1324,7 +1324,7 @@ This endpoint does not need any parameter.
1324
1324
1325
1325
### Authorization
1326
1326
1327
- [ user_auth_key ] ( ../README.md#user_auth_key )
1327
+ [ organization_api_key ] ( ../README.md#organization_api_key )
1328
1328
1329
1329
### HTTP request headers
1330
1330
@@ -1954,9 +1954,9 @@ public class Example {
1954
1954
ApiClient defaultClient = Configuration . getDefaultApiClient();
1955
1955
defaultClient. setBasePath(" https://api.onesignal.com" );
1956
1956
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" );
1960
1960
1961
1961
DefaultApi apiInstance = new DefaultApi (defaultClient);
1962
1962
String appId = " appId_example" ; // String | An app id
@@ -1988,7 +1988,7 @@ public class Example {
1988
1988
1989
1989
### Authorization
1990
1990
1991
- [ user_auth_key ] ( ../README.md#user_auth_key )
1991
+ [ organization_api_key ] ( ../README.md#organization_api_key )
1992
1992
1993
1993
### HTTP request headers
1994
1994
0 commit comments