Skip to content

Commit

Permalink
Update setting endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Feb 26, 2021
1 parent 992176a commit 85d78f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ class Setting extends Model
{
protected $updateResource = 'MacsiDigital\Zoom\Requests\UpdateSetting';

protected $endPoint = 'users/{user_id}/settings';
protected $customEndPoints = [
'get' => 'users/{user:id}/settings',
];

protected $allowedMethods = ['get', 'patch'];

Expand Down

0 comments on commit 85d78f8

Please sign in to comment.