v1

latestOpenAPI 3.0.02026-08-06194226589.8 KB
Contents

Bulk update content items.

You can read the generated documentation for your app at /api/content/{appName}/docs.

post/api/content/{app}/{schema}/bulk

Path parameters

appstring required

The name of the app.

schemastring required

The name of the schema.

Request body

publishboolean

True to automatically publish the content.

doNotScriptboolean

True to turn off scripting for faster inserts. Default: true.

enrichRequiredFieldsboolean

True, to also enrich required fields. Default: false.

doNotValidateboolean

True to turn off validation for faster inserts. Default: false.

doNotValidateWorkflowboolean

True to turn off validation of workflow rules. Default: false.

checkReferrersboolean

True to check referrers of deleted contents.

optimizeValidationboolean

True to turn off costly validation: Unique checks, asset checks and reference checks. Default: true.

Response

jobIndexinteger required

The index of the bulk job where the result belongs to. The order can change.

idstring nullable

The ID of the entity that has been handled successfully or not.

contentIdstring nullable

The ID of the entity that has been handled successfully or not.