Skip to main content
POST
Bulk Migrate Content
Migrates multiple content items to a new ContentType version in a single operation. Returns results for each item, including any failures.

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Request Body

contentIds
string[]
required
Array of content IDs to migrate
targetTypeVersion
number
required
The ContentType version to migrate to

Example Request

Response

Returns arrays of successfully migrated and failed content IDs.
Bulk migration is atomic per content item. Failures do not rollback successful migrations. Review the failed array to identify and fix issues.

Error Responses

ContentType Version Not Found

Empty Content IDs

Too Many Items

Code Examples