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
I think DFC servers have to implement PUT because it's the easiest way to update data on one platform from another. On the other hand, we can rule out PATCH, which is complex to specify. Is ok for you @lecoqlibre ?
I would like the standard to have a possibility to patch data. PATCH is very useful as it allows to change only a part of the data. Also it consumes less resources as we only pass the modified data and not the whole dataset.
I was thinking about using N3 patch like in the Solid protocol.
Why do you think it's complex to specify @simonLouvet?
@simonLouvet We should specify that DFC LDP servers must support PATCH and/or PUT as the LDP spec does not require servers to support them:
The text was updated successfully, but these errors were encountered: