MacsiDigital / laravel-zoom

Laravel Zoom Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create webinar causes HTTP Request returned Status Code 404. This API endpoint is not recognized.

mrvnklm opened this issue · comments

I get the following error when I try to create a webinar using webinar()->create([...]) or webinar()->make([...])->save():
HTTP Request returned Status Code 404. This API endpoint is not recognized.

When I use webinar()-find(...) I get a correct result though.

Sorry my bad, I did not check the documentation properly - I forgot to access webinar() from the current user.