Skip to content

Commit

Permalink
Merge pull request #112 from Dinver/patch-1
Browse files Browse the repository at this point in the history
MeetingRegistrant add methods
  • Loading branch information
colinhall17 authored Mar 30, 2022
2 parents 65786d3 + 0aff734 commit 730f3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeetingRegistrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MeetingRegistrant extends Model

protected $endPoint = 'meetings/{meeting:id}/registrants';

protected $allowedMethods = ['get', 'post', 'put'];
protected $allowedMethods = ['get', 'post', 'put', 'find', 'delete'];

protected $apiMultipleDataField = 'registrants';

Expand Down

0 comments on commit 730f3ab

Please sign in to comment.