|
14 | 14 | * |
15 | 15 | * A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com |
16 | 16 | * |
17 | | - * The version of the OpenAPI document: 1.2.2 |
| 17 | + * The version of the OpenAPI document: 1.3.0 |
18 | 18 | |
19 | 19 | * Generated by: https://openapi-generator.tech |
20 | 20 | * OpenAPI Generator version: 6.0.0-SNAPSHOT |
@@ -92,14 +92,14 @@ class Configuration |
92 | 92 | * |
93 | 93 | * @var string |
94 | 94 | */ |
95 | | - protected $host = 'https://onesignal.com/api/v1'; |
| 95 | + protected $host = 'https://api.onesignal.com'; |
96 | 96 |
|
97 | 97 | /** |
98 | 98 | * User agent of the HTTP request, set to "OpenAPI-Generator/{version}/PHP" by default |
99 | 99 | * |
100 | 100 | * @var string |
101 | 101 | */ |
102 | | - protected $userAgent = 'OpenAPI-Generator/2.0.2/PHP'; |
| 102 | + protected $userAgent = 'OpenAPI-Generator/2.1.0/PHP'; |
103 | 103 |
|
104 | 104 | /** |
105 | 105 | * Debug switch (default set to false) |
@@ -430,8 +430,8 @@ public static function toDebugReport() |
430 | 430 | $report = 'PHP SDK (onesignal\client) Debug Report:' . PHP_EOL; |
431 | 431 | $report .= ' OS: ' . php_uname() . PHP_EOL; |
432 | 432 | $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; |
433 | | - $report .= ' The version of the OpenAPI document: 1.2.2' . PHP_EOL; |
434 | | - $report .= ' SDK Package Version: 2.0.2' . PHP_EOL; |
| 433 | + $report .= ' The version of the OpenAPI document: 1.3.0' . PHP_EOL; |
| 434 | + $report .= ' SDK Package Version: 2.1.0' . PHP_EOL; |
435 | 435 | $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; |
436 | 436 |
|
437 | 437 | return $report; |
@@ -471,7 +471,7 @@ public function getHostSettings() |
471 | 471 | { |
472 | 472 | return [ |
473 | 473 | [ |
474 | | - "url" => "https://onesignal.com/api/v1", |
| 474 | + "url" => "https://api.onesignal.com", |
475 | 475 | "description" => "No description provided", |
476 | 476 | ] |
477 | 477 | ]; |
|
0 commit comments