|
3 | 3 | * |
4 | 4 | * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com |
5 | 5 | * |
6 | | - * The version of the OpenAPI document: 5.0.1 |
| 6 | + * The version of the OpenAPI document: 5.1.0 |
7 | 7 | * Contact: devrel@onesignal.com |
8 | 8 | * Generated by: https://github.com/openapitools/openapi-generator.git |
9 | 9 | */ |
@@ -2424,7 +2424,7 @@ public OneSignalApi.Client.ApiResponse<App> CreateAppWithHttpInfo(App app, int o |
2424 | 2424 | localVarRequestOptions.Operation = "DefaultApi.CreateApp"; |
2425 | 2425 | localVarRequestOptions.OperationIndex = operationIndex; |
2426 | 2426 |
|
2427 | | - // authentication (user_auth_key) required |
| 2427 | + // authentication (organization_api_key) required |
2428 | 2428 | // bearer authentication required |
2429 | 2429 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
2430 | 2430 | { |
@@ -2504,7 +2504,7 @@ public OneSignalApi.Client.ApiResponse<App> CreateAppWithHttpInfo(App app, int o |
2504 | 2504 | localVarRequestOptions.Operation = "DefaultApi.CreateApp"; |
2505 | 2505 | localVarRequestOptions.OperationIndex = operationIndex; |
2506 | 2506 |
|
2507 | | - // authentication (user_auth_key) required |
| 2507 | + // authentication (organization_api_key) required |
2508 | 2508 | // bearer authentication required |
2509 | 2509 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
2510 | 2510 | { |
@@ -4741,7 +4741,7 @@ public OneSignalApi.Client.ApiResponse<App> GetAppWithHttpInfo(string appId, int |
4741 | 4741 | localVarRequestOptions.Operation = "DefaultApi.GetApp"; |
4742 | 4742 | localVarRequestOptions.OperationIndex = operationIndex; |
4743 | 4743 |
|
4744 | | - // authentication (user_auth_key) required |
| 4744 | + // authentication (organization_api_key) required |
4745 | 4745 | // bearer authentication required |
4746 | 4746 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
4747 | 4747 | { |
@@ -4820,7 +4820,7 @@ public OneSignalApi.Client.ApiResponse<App> GetAppWithHttpInfo(string appId, int |
4820 | 4820 | localVarRequestOptions.Operation = "DefaultApi.GetApp"; |
4821 | 4821 | localVarRequestOptions.OperationIndex = operationIndex; |
4822 | 4822 |
|
4823 | | - // authentication (user_auth_key) required |
| 4823 | + // authentication (organization_api_key) required |
4824 | 4824 | // bearer authentication required |
4825 | 4825 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
4826 | 4826 | { |
@@ -4888,7 +4888,7 @@ public OneSignalApi.Client.ApiResponse<List<App>> GetAppsWithHttpInfo(int operat |
4888 | 4888 | localVarRequestOptions.Operation = "DefaultApi.GetApps"; |
4889 | 4889 | localVarRequestOptions.OperationIndex = operationIndex; |
4890 | 4890 |
|
4891 | | - // authentication (user_auth_key) required |
| 4891 | + // authentication (organization_api_key) required |
4892 | 4892 | // bearer authentication required |
4893 | 4893 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
4894 | 4894 | { |
@@ -4958,7 +4958,7 @@ public OneSignalApi.Client.ApiResponse<List<App>> GetAppsWithHttpInfo(int operat |
4958 | 4958 | localVarRequestOptions.Operation = "DefaultApi.GetApps"; |
4959 | 4959 | localVarRequestOptions.OperationIndex = operationIndex; |
4960 | 4960 |
|
4961 | | - // authentication (user_auth_key) required |
| 4961 | + // authentication (organization_api_key) required |
4962 | 4962 | // bearer authentication required |
4963 | 4963 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
4964 | 4964 | { |
@@ -6567,7 +6567,7 @@ public OneSignalApi.Client.ApiResponse<App> UpdateAppWithHttpInfo(string appId, |
6567 | 6567 | localVarRequestOptions.Operation = "DefaultApi.UpdateApp"; |
6568 | 6568 | localVarRequestOptions.OperationIndex = operationIndex; |
6569 | 6569 |
|
6570 | | - // authentication (user_auth_key) required |
| 6570 | + // authentication (organization_api_key) required |
6571 | 6571 | // bearer authentication required |
6572 | 6572 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
6573 | 6573 | { |
@@ -6656,7 +6656,7 @@ public OneSignalApi.Client.ApiResponse<App> UpdateAppWithHttpInfo(string appId, |
6656 | 6656 | localVarRequestOptions.Operation = "DefaultApi.UpdateApp"; |
6657 | 6657 | localVarRequestOptions.OperationIndex = operationIndex; |
6658 | 6658 |
|
6659 | | - // authentication (user_auth_key) required |
| 6659 | + // authentication (organization_api_key) required |
6660 | 6660 | // bearer authentication required |
6661 | 6661 | if (!string.IsNullOrEmpty(this.Configuration.AccessToken) && !localVarRequestOptions.HeaderParameters.ContainsKey("Authorization")) |
6662 | 6662 | { |
|
0 commit comments