You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
RESTful stores should utilise that HTTP PATCH verb to describe mutations to records when persisting server side. William Durand's article describes the right way to utilise PATCH.
This is related to dojo/core#138 in that core will be able to provide a way of describing mutations and this would be our preferred method of doing patching.
The text was updated successfully, but these errors were encountered:
RESTful stores should utilise that HTTP
PATCH
verb to describe mutations to records when persisting server side. William Durand's article describes the right way to utilisePATCH
.This is related to dojo/core#138 in that
core
will be able to provide a way of describing mutations and this would be our preferred method of doing patching.The text was updated successfully, but these errors were encountered: