diff --git a/src/MeetingRegistrant.php b/src/MeetingRegistrant.php index e5663f7..3686cc8 100644 --- a/src/MeetingRegistrant.php +++ b/src/MeetingRegistrant.php @@ -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';