Closed javiercr closed 8 years ago
Thanks for flagging this up @javiercr - I've just added a note in the docs to highlight this more clearly :-) As you say, not something that is easily correctable without a new API version sadly.
Kudos for adding that note so quick! 💪
The current implementation of Hooks make requests to servers with the following params:
RessourceId
EventId
Date
This is defined in the docs:
However
RessourceID
is misspelled and it's not consistent with the Event object which hasResourceId
(singles
) as attribute.I understand changing this now it may be problematic (our own app is already expecting the param with the typo). I think a mention about the typo in the documentation would be helpful for future users.
PS: this reminds me a lot to the famous typo in the HTTP header referer.