Hello totally_gizmo,
Thanks for reaching out!
The error message "The resource has changed since the caller last read it; usually an eTag mismatch" typically occurs when you are trying to publish a resource, such as a site, using the Microsoft Graph API, but the resource has been modified by another process or user since you last retrieved it.
If you are encountering the "eTag mismatch" error, it means that the ETag value you provided in the request headers does not match the current ETag value of the resource, indicating that the resource has been modified by another process or user since you last retrieved it.
By ensuring that you are using the correct ETag value in your requests and handling concurrent updates appropriately, you should be able to resolve the "eTag mismatch" error when trying to publish a resource using the Microsoft Graph API.
Note: APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".