Microsoft.TeamFoundation.Dashboards.WebApi.WidgetETagConflictException’ was thrown | Azure DevOps Error

Full Error:

"$id": "1",
"innerException": null,
"message": "Exception of type 'Microsoft.TeamFoundation.Dashboards.WebApi.WidgetETagConflictException' was thrown.",
"typeName": "Microsoft.TeamFoundation.Dashboards.WebApi.WidgetETagConflictException, Microsoft.TeamFoundation.Dashboards.WebApi",
"typeKey": "WidgetETagConflictException",
"errorCode": 0,
"eventId": 3000

}

Solution
This error will be displayted when there the Request body call that is passed through API is wrong and the requested body needs to be corrected for the API call to be successful

You may also like...