Create content (documents and pages) in a specific project.

createImportJob(environment, xAuthToken, 'vA1b2', file)
.then(response => console.log(response.data))
.catch(error => console.error(error));
  • Parameters

    • environment: string
    • xAuthToken: string
    • projectId: string
    • file: File

    Returns AxiosPromise