pnp/PnP

Updation of site information through Graph API

Opened this issue · 0 comments

When I update Site properties like title and description via Graph API it is taking around 4hrs to get the same reflected in UI. If I update the same thing using UI it reflects in 1-2 mins. Microsoft is using an undocumented API to sync the site properties. i.e. https://tenant.sharepoint.com/sites/Site/_api/GroupService/SyncGroupProperties

Why is it taking up to 4hrs to get the information updated if updated via Graph API?

Will this https://tenant.sharepoint.com/sites/Site/_api/GroupService/SyncGroupProperties API be documented or supported?