mysociety / popit

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
76 stars 33 forks source link

the id field of memberships seems to be bogus #730

Closed mhl closed 9 years ago

mhl commented 9 years ago

... and not in the Bill and Ted sense. For example, in the membership here:

The id in the id field (which 404s) is different from the one in the url and html_url fields, which work.

mhl commented 9 years ago

This also means that if you GET a membership and then PUT it back again, you get the error:

{
  "errors": [
    "URL id and document id are different"
  ]
}