Skip to main content
PUT
Update Intake

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

An intake configures how documents are ingested from external sources.

active
boolean
activityPlanId
string | null
allowMultipleFiles
boolean
changeSequence
integer<int32>
description
string
knowledgeFeatureIds
unknown
largeUploadEnabled
boolean | null
metadata
object | null
name
string
organization
object | null

An organization is the top-level tenant in Kodexa. All projects, stores, and resources belong to an organization.

script
string | null
scriptEnabled
boolean
slug
string
sourceConfig
unknown
sourceScript
string | null
sourceType
string
store
object | null

Response

Updated Intake

An intake configures how documents are ingested from external sources.

active
boolean
required
activityPlanId
string | null
required
allowMultipleFiles
boolean
required
changeSequence
integer<int32>
required
createdOn
string<date-time>
required
description
string
required
id
string
required
knowledgeFeatureIds
unknown
required
metadata
object | null
required
name
string
required
organization
object | null
required

An organization is the top-level tenant in Kodexa. All projects, stores, and resources belong to an organization.

organizationId
string | null
required
script
string | null
required
scriptEnabled
boolean
required
slug
string
required
sourceType
string
required
store
object | null
required
updatedOn
string<date-time>
required
uuid
string
required
largeUploadEnabled
boolean | null
sourceConfig
unknown
sourceScript
string | null