Loading...
This can be used to import/restore farm configuration.
Upload File
No Content
const response = await fetch('/api/Settings/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" }