How can I updated the check-in comment field on a library?
I am using the following HTTP Request step:
The step returns the following result and doesn't update the item:
{
"d": {
"ValidateUpdateListItem": {
"__metadata": {
"type": "Collection(SP.ListItemFormUpdateValue)"
},
"results": [
{
"ErrorCode": 0,
"ErrorMessage": null,
"FieldName": "Editor",
"FieldValue": "[{'Key':'i:0#.f|membership|[email address redacted]'}]",
"HasException": false,
"ItemId": 34
},
{
"ErrorCode": 0,
"ErrorMessage": "test",
"FieldName": "_CheckinComment",
"FieldValue": "test",
"HasException": true,
"ItemId": 34
}
]
}
}
}