Closed mhl closed 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.
id
url
html_url
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" ] }
... 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 theurl
andhtml_url
fields, which work.