You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USER STORY: Authorized user will submit a GET request to this endpoint, which will allow user to access messages by id.
DESCRIPTION & NOTES: Endpoint will return messages limited to a particular user's id. Message object returned will include id, text, userId, and createdAt.
ACCEPTANCE CRITERIA: User will be able to see a list of messages from the registered user.
The text was updated successfully, but these errors were encountered:
USER STORY: Authorized user will submit a GET request to this endpoint, which will allow user to access messages by id.
DESCRIPTION & NOTES: Endpoint will return messages limited to a particular user's id. Message object returned will include id, text, userId, and createdAt.
ACCEPTANCE CRITERIA: User will be able to see a list of messages from the registered user.
The text was updated successfully, but these errors were encountered: