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

Add PATCH method for all Entities #56

Open
3 tasks done
sophiacrennan opened this issue Mar 19, 2021 · 0 comments
Open
3 tasks done

Add PATCH method for all Entities #56

sophiacrennan opened this issue Mar 19, 2021 · 0 comments
Assignees

Comments

@sophiacrennan
Copy link
Collaborator

sophiacrennan commented Mar 19, 2021

Problem: We want a PATCH method to update our data
Solution: add patch method to all controllers

Description: After removing explicit foreign keys, our data has null for some foreign keys. The patch method will update our data which will fix all of our data to know have information about every foreign key.

Specs:

  • Add patch method in every entity's controller
  • update routes
  • update documentation

If blocked, contact @emaela or @sophiacrennan

@sophiacrennan sophiacrennan changed the title Add PATH method for all Entities Add PATCH method for all Entities Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants