/drives/{id}/items/{id}/listItem/fields #2093
Labels
no-recent-activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
type:question
An issue that's a question
v5.xx
I used code like this to update the fields:
var sourceFieldValueSet = new FieldValueSet(); sourceFieldValueSet.additionalDataManager().putAll(fields); getGraphClient() .drives(microsoftOauthProperties.getDriveId()) .items(id) .listItem() .fields() .buildRequest() .patch(sourceFieldValueSet);
PATCH https://graph.microsoft.com/v1.0/drives/{id}/items/{id}/listItem/fields
v6.xx
patch was removed.
So, how can I patch the columns via Microsoft Graph?
The text was updated successfully, but these errors were encountered: