Import schemas from a previously exported zip file.
Request:
multipart/form-datafile (file, required): The exported zip fileResponse:
success (boolean): Whether the import was successfulimportedBlueprintsCount (number): Number of blueprints importedimportedSchemasCount (number): Number of schemas importedconflictBlueprintsCount (number): Number of blueprints that had conflictsconflictBlueprints (string[]): List of conflicting blueprint class namesblueprintIds (string[]): IDs of the imported blueprintsschemaIds (string[]): IDs of the imported schemasNotes:
multipart/form-data with the following property:
| Property | Type | Required | Description |
|---|---|---|---|
| file | file | Yes | The exported zip file to import |
Blueprint Name Conflicts
Schema Field Conflicts
API key for authentication
Exported zip file
Schemas imported successfully
Import success status
Number of blueprints imported
Number of schemas imported
Number of conflicting blueprints
List of conflicting blueprint class names
List of imported blueprint IDs
List of imported schema IDs