Skip to content

Commit 034300c

Browse files
committed
The events URI should point to /bulk, not /api/events/bulk
1 parent daec685 commit 034300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/EventProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private function createArgs($payload) {
7777
$args.= " -H 'User-Agent: PHPClient/" . LDClient::VERSION . "'";
7878
$args.= " -H 'Accept: application/json'";
7979
$args.= " -d " . escapeshellarg($payload);
80-
$args.= " " . escapeshellarg($scheme . $this->_host . ":" . $this->_port . "/api/events/bulk");
80+
$args.= " " . escapeshellarg($scheme . $this->_host . ":" . $this->_port . "/bulk");
8181
return $args;
8282
}
8383

0 commit comments

Comments
 (0)