Loading...
Import a list of Remote PC Static to a Provider from a file.
Provider ID
Upload File
Created
const response = await fetch('/api/Provider/remotepcstatic/{id}/remotepc/Import', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }