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
Observe the error response in the network tab or in the console.
The server reports that the entity cannot be updated because the method PATCH is not yet supported:
The server responded with a status of 501 (Not Implemented).
Failed to update path /People('russellwhyte')/Trips(0)/StartsAt - Error: Currently only EntitySets can be updated.
Failed to update path /People('russellwhyte')/Trips(0)/EndsAt - Error: Currently only EntitySets can be updated.
Does the service really not support PATCH on a single entity? Or is the client missing something?
The text was updated successfully, but these errors were encountered:
The server reports that the entity cannot be updated because the method
PATCH
is not yet supported:Does the service really not support PATCH on a single entity? Or is the client missing something?
The text was updated successfully, but these errors were encountered: