an empty site export template
Export a single site by id. The response can be saved to file as is.
Site id
Promise resolving to a SiteExportInterface object.
Export all sites. The response can be saved to file as is.
Promise resolving to a SiteExportInterface object.
Import sites
site import data
Optional
siteId: stringOptional site id. If supplied, only the site of that id is imported. Takes priority over siteUrl if both are provided.
Optional
siteUrl: stringOptional site url. If supplied, only the site of that url is imported.
the imported sites
Read site by id
Site id
a promise that resolves to a site object
Read all sites.
a promise that resolves to an array of site objects
Update site
site id
site data
a promise resolving to a site object
Create an empty site export template