Cristian R. • over 6 years ago
No patch?
Hi,
I find the documentation somewhat lacking, but managed so far.
However, on the patch functionality for event
{
"error": {
"statusCode": 404,
"name": "Error",
"message": "Shared class \"schedule\" has no method handling PATCH
... Am I missing something?
Same result if I try post
I am posting to https://api.whenhub.com/api/schedules/...mycheduleId/events/...myeventId
Of course, I replaced those IDs with my event and schedule id
Regards
Comments are closed.
2 comments
Jonathan Sheely • over 6 years ago
Christian,
Apologies. Our documentation was miss-configured. It should be a PUT not a PATCH
Thank you for letting us know!
Cristian R. • over 6 years ago
Thanks for the quick reply, Jonathan!
Regards