Skip to main content
PUT
/
api
/
project-templates
/
{id}
Update ProjectTemplateMetadata
curl --request PUT \
  --url https://platform.kodexa.ai/api/project-templates/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "deprecated": true,
  "extensionPackRef": "<string>",
  "id": "<string>",
  "metadata": "aSDinaTvuI8gbWludGxpZnk=",
  "name": "<string>",
  "publicAccess": true,
  "slug": "<string>",
  "template": true,
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>",
  "version": "<string>"
}
'
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "deprecated": true,
  "extensionPackRef": "<string>",
  "id": "<string>",
  "metadata": "aSDinaTvuI8gbWludGxpZnk=",
  "name": "<string>",
  "publicAccess": true,
  "slug": "<string>",
  "template": true,
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>",
  "version": "<string>"
}

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 project template defines a reusable project configuration that can be instantiated.

changeSequence
integer<int32>
createdOn
string<date-time>
deprecated
boolean
extensionPackRef
string
id
string
metadata
string<byte>
name
string
publicAccess
boolean
slug
string
template
boolean
updatedOn
string<date-time>
uuid
string
version
string

Response

Updated ProjectTemplateMetadata

A project template defines a reusable project configuration that can be instantiated.

changeSequence
integer<int32>
createdOn
string<date-time>
deprecated
boolean
extensionPackRef
string
id
string
metadata
string<byte>
name
string
publicAccess
boolean
slug
string
template
boolean
updatedOn
string<date-time>
uuid
string
version
string