Changes To Webhook Creation Behavior (v6)?
Hello we have noticed a change in behavior related to creating webooks.
Before July 20th we would create a webhook by posting to:
https://secure.na3.adobesign.com/api/rest/v6/webook
Looking a the request in the API logs this would show the following:
requestUrl : rest/latest/webhooks
original-path : /rest/v6/webhooks
Starting on July 21th the requestUrl has changed:
requestUrl : /v6/webhooks
this throws a INVALID_WEBHOOK_CONDITIONAL_PARAMS error.
With a link to : https://secure.na3.adobesign.com/public/docs/restapi/vSGW
which gives a page not found error.
Has the routing of webhook requests changed in some way?
