Closed ttu closed 2 years ago
Should be able to update e.g. only parent with id 1
1
PATCH /api/families/19/parents/1
/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.
/api/families/19
Should be able to update e.g. only parent with id
1
PATCH
/api/families/19/parents/1
Current implementation supports patch only from the root-level e.g.
/api/families/19
.