Skip to content

Commit

Permalink
Select Event type on hook create to return only specifics events in h…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutice committed Sep 2, 2024
1 parent 05d642b commit 29896b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Parameters/HooksCreateParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function getHTTPQuery(): string
$queries = [
'callbackURL' => $this->callbackUrl,
'meetingID' => $this->meetingId,
'eventID' => $this->eventId,
'getRaw' => !is_null($this->getRaw) ? ($this->getRaw ? 'true' : 'false') : $this->getRaw,
];

Expand Down

0 comments on commit 29896b3

Please sign in to comment.