Closed SirSeim closed 7 years ago
/api/users/{userId}/notifications
/api/users/self/notifications
/api/users/{userId}/notifications/{noteId}
/api/users/self/notifications/{noteId}
Just need to write tests for #29 to standardize and test results
/api/users/{userId}/notifications
GET/api/users/self/notifications
GET/api/users/{userId}/notifications
POST/api/users/self/notifications
POST/api/users/{userId}/notifications/{noteId}
PUT/api/users/self/notifications/{noteId}
PUT