Skip to content

Commit b27745a

Browse files
committed
Remove useragent
1 parent fd4d033 commit b27745a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/examples/pushData/PushData.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ function execute()
1515
// Configure HTTP basic authorization: basicAuth
1616
$config = Configuration::getDefaultConfiguration()
1717
->setHost('https://push.databox.com')
18-
->setUsername('<CUSTOM_DATA_TOKEN>')
19-
->setUserAgent('databox-designer-pushdata/2.0');
18+
->setUsername('<CUSTOM_DATA_TOKEN>');
2019

2120
$headers = [
2221
'Content-Type' => 'application/json',

0 commit comments

Comments
 (0)