api icon indicating copy to clipboard operation
api copied to clipboard

Docs page has URL with typo

Open lukavida opened this issue 8 years ago • 2 comments

https://developer.wunderlist.com/documentation/endpoints/webhooks

Create a Webhook
POST a.wunderlist.com/api/v1/webhoooks

There are three o's there (caused me three hours of pain:)

lukavida avatar Jan 14 '16 21:01 lukavida

Hi @lukavida, unfortunately this was fixed in our GitHub repo (ref https://github.com/wunderlist/api/commit/60b1146e46b811807317199c9504d795db41e88a) but the new docset hasn't been pushed to our developer website. I'm taking this as an action item to see if this can be either automated or if we can just have our doc link point to the active set maintained here on GitHub so that any changes are seen instantly.

duncan avatar Jan 14 '16 22:01 duncan

glad to see this already issued, just for the sake of completeness - there's also a typo in one of the webhooks examples:

Request body example

json { "list_id": 105743947, "url":"https://foo.bar.chadfowler.com/struts/asdf.do", "processor_type":"generic", "configuration":""} <<< extra bracket }

5ebastianMeier avatar Jan 16 '16 09:01 5ebastianMeier