Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
api:admin_pack_version_curse_import_object [2020/11/06 05:54] ryantheallmighty |
api:admin_pack_version_curse_import_object [2020/11/06 11:45] (current) ryantheallmighty |
||
---|---|---|---|
Line 9: | Line 9: | ||
|$object→saved|boolean|If the import saved the xml for the pack. If this is false, you'll need to manually save the XML provided taking note of the errors returned| | |$object→saved|boolean|If the import saved the xml for the pack. If this is false, you'll need to manually save the XML provided taking note of the errors returned| | ||
|$object→xml|string|The XML generated (and potentially saved) for the import| | |$object→xml|string|The XML generated (and potentially saved) for the import| | ||
- | |$object→json|object|The JSON generated (if the XML was saved) for the import| | + | |$object→json|string|The JSON generated (if the XML was saved) for the import| |
|$object→warnings|string[]|The warnings from the import process (if any)| | |$object→warnings|string[]|The warnings from the import process (if any)| | ||
|$object→errors|string[]|The errors from the import process (if any)| | |$object→errors|string[]|The errors from the import process (if any)| | ||