Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint - Create endpoint that allowed authorized users to create messages #6

Open
LEllingwood opened this issue Dec 24, 2018 · 0 comments

Comments

@LEllingwood
Copy link
Collaborator

USER STORY: Authorized host and admin users will be able to submit a POST request to this API endpoint that allows the user to create a message.

DESCRIPTION & NOTES: Headers will content-type (application/json), and an authorization token.

ACCEPTANCE CRITERIA:
Database will return a message object containing:
id,
text,
userId,
updatedAt:
createdAt:

@LEllingwood LEllingwood created this issue from a note in RescueForceAPI (To Do) Dec 24, 2018
@LEllingwood LEllingwood changed the title Endpoint - Create message Endpoint - Create endpoint that allowed authorized users to create messages Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
RescueForceAPI
  
To Do
Development

No branches or pull requests

1 participant