Was this helpful?
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", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }