microsoftarchive / api

The Wunderlist API Documentation
123 stars 37 forks source link

Docs page has URL with typo #40

Open lukavida opened 8 years ago

lukavida commented 8 years ago

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:)

duncan commented 8 years ago

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.

5ebastianMeier commented 8 years ago

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 }