Updates the package version that a content type references for its components. This is used when migrating a content type to use components from a newer package.
Changing the package version may invalidate existing content if components have changed or been removed in the new package. Set migrateContent: true to automatically update existing content, or manually verify compatibility first.
{ "error": { "code": "COMPONENT_NOT_IN_PACKAGE", "message": "Component not found in package version 2.0.0", "details": { "missingComponents": ["c127", "c128"] } }}