Loading...
Upload an FSLogix Installer file to the FSLogix Profile Containers Feature Site Settings.
The Site ID for which to modify the FSLogix Profile Containers Feature settings.
Upload File
No Content
const response = await fetch('/api/FSLogix/ProfileContainer/UploadInstaller', { method: 'PUT', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }