create webinar causes HTTP Request returned Status Code 404. This API endpoint is not recognized.
mrvnklm opened this issue · comments
mrvnklm commented
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.
mrvnklm commented
Sorry my bad, I did not check the documentation properly - I forgot to access webinar()
from the current user.