v1

latestOpenAPI 3.0.02026-08-06194226589.8 KB
Contents

Import content items.

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

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

Path parameters

appstring required

The name of the app.

schemastring required

The name of the schema.

Request body

datasContentData[] required

The data to import.

publishboolean

True to automatically publish the content.

doNotScriptboolean

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

optimizeValidationboolean

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

Response

Contents created.

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.