mozilla / aestimia

[Archived] Assessment tool
4 stars 10 forks source link

Expose the ID in the `<review>` model #86

Closed andrewhayward closed 10 years ago

andrewhayward commented 10 years ago

As per #85, we need to expose the ID in the <review> model (which already exists in the database) through the API, to enable clients to respond to an update saying that a review has been noted.

andrewhayward commented 10 years ago

This is already exposed as _id, which should be sufficient for our purposes.