Support

Documentation

importConfiguration

Imports a hash table with the profile information either as a new profile or overwriting an existing profile. You can use it to import profiles you exported from the same or a different server. Available since API version 341.

Request Data expected

profile

Integer. The profile to save the configuration to. Default: 0 (create a new backup profile)

data

Array. The exported data array (see exportConfiguration). The array must have all three keys defined by exportConfiguration.

Response Data returned

True on success.