Skip to main content
PUT
Update TaskTemplate

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 task template defines a reusable task configuration with default values.

changeSequence
integer<int32>
deprecated
boolean
description
string
extensionPackRef
string
initialStatusSlug
string | null
metadata
object
name
string
orgSlug
string
organization
object | null
project
object | null

A project groups related document stores, assistants, tasks, and processing pipelines within an organization.

projectId
string | null
publicAccess
boolean
ref
string
slug
string
template
boolean
title
string
type
string
uri
string

Computed resource URI (scheme://orgSlug/slug), present on serialized responses.

yamlSource
string | null

Response

Updated TaskTemplate

A task template defines a reusable task configuration with default values.

changeSequence
integer<int32>
required
createdOn
string<date-time>
required
deleted
boolean
required
deprecated
boolean
required
description
string
required
id
string
required
metadata
object
required
name
string
required
organizationId
string
required
publicAccess
boolean
required
slug
string
required
template
boolean
required
updatedOn
string<date-time>
required
uuid
string
required
deleteUserEmail
string | null
deleteUserId
string | null
deletedDate
string<date-time> | null
extensionPackRef
string
initialStatusSlug
string | null
orgSlug
string
organization
object | null
project
object | null

A project groups related document stores, assistants, tasks, and processing pipelines within an organization.

projectId
string | null
ref
string
title
string
type
string
uri
string

Computed resource URI (scheme://orgSlug/slug), present on serialized responses.

yamlSource
string | null