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)); Copy
createImportJob(environment, xAuthToken, 'vA1b2', file) .then(response => console.log(response.data)) .catch(error => console.error(error));
Create content (documents and pages) in a specific project.
Example