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

Merge patch should support nested properties #56

Closed
ttu opened this issue Jul 8, 2019 · 0 comments
Closed

Merge patch should support nested properties #56

ttu opened this issue Jul 8, 2019 · 0 comments

Comments

@ttu
Copy link
Owner

ttu commented Jul 8, 2019

Should be able to update e.g. only parent with id 1

PATCH /api/families/19/parents/1

{
  "name": "Kyle",
  "work": {
    "companyName": "PAWNAGRA",
    "address": "679 Ebony Court, Loma, Puerto Rico, 7716"
  }
}

Current implementation supports patch only from the root-level e.g. /api/families/19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant