© 2024 Parallels International GmbH. All rights reserved.
Upload an FSLogix Installer file to the FSLogix Profile Containers Feature Site 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" }