Closed devinivy closed 10 years ago
Allows a user to act on behalf of herself. E.g., /users/10/follow/2 becomes /i/follow/2.
/users/10/follow/2
/i/follow/2
Also allows potential implementation of document ownership. A user can only update an item if he owns it.
Big question: if a user is unauthorized, should she receive an Unauthorized or a Not Found?
Unauthorized
Not Found
Per 1.1.0, this is closed. Includes document ownership.
Allows a user to act on behalf of herself. E.g.,
/users/10/follow/2
becomes/i/follow/2
.Also allows potential implementation of document ownership. A user can only update an item if he owns it.