-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Currently the lib allows to send a PATCH request without any attributes or relationships specified to update. Eg. {"data":{"id":"123","type":"user"}}
.
A check for the content of changedItemState
may be sufficient to prevent such requests.
let changedItemState = diff(initialItemState, currentItemState) |
Metadata
Metadata
Assignees
Labels
No labels