When using /_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility.GetSiteScriptFromWeb Document libraries exports are invalid #59
The /_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility.GetSiteScriptFromWeb endopoint should generate a valid site script that can be used during the import
Observed Behavior
When the following is included in the body of the call to the end point
"IncludedLists":[
"Shared Documents"
],
I'm getting the following included in my exported script
Category
Expected or Desired Behavior
The /_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility.GetSiteScriptFromWeb endopoint should generate a valid site script that can be used during the import
Observed Behavior
When the following is included in the body of the call to the end point
I'm getting the following included in my exported script
The verbs seem to be included but the details are not.
Steps to Reproduce
Call the endpoint mentioned above and include a document library. In my case I'm calling the endpoint from a flow, however that should be irrelevant.