edits_expansionfiles_get | SELECT | apkVersionCode, editId, expansionFileType, packageName | Fetches the expansion file configuration for the specified APK. |
edits_expansionfiles_patch | EXEC | apkVersionCode, editId, expansionFileType, packageName | Patches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method. |
edits_expansionfiles_update | EXEC | apkVersionCode, editId, expansionFileType, packageName | Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method. |
edits_expansionfiles_upload | EXEC | apkVersionCode, editId, expansionFileType, packageName | Uploads a new expansion file and attaches to the specified APK. |