-
Notifications
You must be signed in to change notification settings - Fork 0
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
BE- Ability to edit a contact #67
Comments
Edit a contact content for ReadMe and Postman tests: PATCH http://localhost:3001/api/v1/users/:user_id/contacts/contact_id Request Body:
*Must change a field Expected JSON response:
|
Update: Waiting for contacts controller and model refactors before I can add this endpoint. Will transition to README and other planning for end point. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: Create a back-end endpoint to edit an existing contact.
PATCH http://localhost:3001/api/v1/users/:user_id/contacts/contact_id
to routes.rbupdate
method tocontacts_controller.rb
contact.rb
model, if needed*Each check box item should include at least one commit message.
The text was updated successfully, but these errors were encountered: