Skip to main content
PUT
Update ContentObject

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Body

application/json

A content object represents an individual file or processing result within a document family.

changeSequence
integer<int32>

Optimistic locking version number.

contentMetadata
object

Content-level metadata extracted during processing.

contentType
integer<int32>

Type of content: DOCUMENT or NATIVE.

created
string<date-time> | null
createdOn
string<date-time>

Timestamp when the content object was created.

docTransitionType
string
documentFamilyId
string | null

ID of the parent document family.

documentTaxonValidations
object[]
documentVersion
string

Document version identifier.

id
string

Unique identifier (UUID) for the content object.

index
integer<int32>

Ordering index within the document family.

metadata
object

Metadata extracted from the content.

mixins
string[]

List of mixin names applied to this content object (e.g., spatial, workbook, text).

modified
string<date-time> | null
name
string
size
integer<int64>

File size in bytes.

source
object

Source/origin metadata for the content object.

sourceContentObjectId
string | null
storeRef
string

Reference to the storage location.

summary
string

AI-generated summary of the content.

updatedOn
string<date-time>

Timestamp when the content object was last updated.

uuid
string

Secondary UUID identifier.

Response

Updated ContentObject

A content object represents an individual file or processing result within a document family.

changeSequence
integer<int32>

Optimistic locking version number.

contentMetadata
object

Content-level metadata extracted during processing.

contentType
integer<int32>

Type of content: DOCUMENT or NATIVE.

created
string<date-time> | null
createdOn
string<date-time>

Timestamp when the content object was created.

docTransitionType
string
documentFamilyId
string | null

ID of the parent document family.

documentTaxonValidations
object[]
documentVersion
string

Document version identifier.

id
string

Unique identifier (UUID) for the content object.

index
integer<int32>

Ordering index within the document family.

metadata
object

Metadata extracted from the content.

mixins
string[]

List of mixin names applied to this content object (e.g., spatial, workbook, text).

modified
string<date-time> | null
name
string
size
integer<int64>

File size in bytes.

source
object

Source/origin metadata for the content object.

sourceContentObjectId
string | null
storeRef
string

Reference to the storage location.

summary
string

AI-generated summary of the content.

updatedOn
string<date-time>

Timestamp when the content object was last updated.

uuid
string

Secondary UUID identifier.