Skip to main content
PUT
/
api
/
product-project-templates
/
{id}
Update ProductProjectTemplate
curl --request PUT \
  --url https://platform.kodexa.ai/api/product-project-templates/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "displayOrder": 123,
  "id": "<string>",
  "product": {
    "active": true,
    "changeSequence": 123,
    "createdOn": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "hasQuantity": true,
    "id": "<string>",
    "imageUrl": "<string>",
    "name": "<string>",
    "numberOfCredits": 123,
    "order": 123,
    "overviewMarkdown": "<string>",
    "price": 123,
    "priceId": "<string>",
    "priceSuffix": "<string>",
    "productGroup": {
      "active": true,
      "changeSequence": 123,
      "createdOn": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "id": "<string>",
      "name": "<string>",
      "order": 123,
      "overviewMarkdown": "<string>",
      "products": [
        {}
      ],
      "searchText": "<string>",
      "updatedOn": "2023-11-07T05:31:56Z",
      "uuid": "<string>"
    },
    "productGroupId": "<string>",
    "projectTemplates": [
      "aSDinaTvuI8gbWludGxpZnk="
    ],
    "promoted": true,
    "searchText": "<string>",
    "updatedOn": "2023-11-07T05:31:56Z",
    "uuid": "<string>"
  },
  "productId": "<string>",
  "projectTemplateMetadata": "aSDinaTvuI8gbWludGxpZnk=",
  "projectTemplateMetadataId": "<string>",
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>"
}
'
{
  "changeSequence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "displayOrder": 123,
  "id": "<string>",
  "product": {
    "active": true,
    "changeSequence": 123,
    "createdOn": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "hasQuantity": true,
    "id": "<string>",
    "imageUrl": "<string>",
    "name": "<string>",
    "numberOfCredits": 123,
    "order": 123,
    "overviewMarkdown": "<string>",
    "price": 123,
    "priceId": "<string>",
    "priceSuffix": "<string>",
    "productGroup": {
      "active": true,
      "changeSequence": 123,
      "createdOn": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "id": "<string>",
      "name": "<string>",
      "order": 123,
      "overviewMarkdown": "<string>",
      "products": [
        {}
      ],
      "searchText": "<string>",
      "updatedOn": "2023-11-07T05:31:56Z",
      "uuid": "<string>"
    },
    "productGroupId": "<string>",
    "projectTemplates": [
      "aSDinaTvuI8gbWludGxpZnk="
    ],
    "promoted": true,
    "searchText": "<string>",
    "updatedOn": "2023-11-07T05:31:56Z",
    "uuid": "<string>"
  },
  "productId": "<string>",
  "projectTemplateMetadata": "aSDinaTvuI8gbWludGxpZnk=",
  "projectTemplateMetadataId": "<string>",
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<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 product project template defines default project configurations associated with a product.

changeSequence
integer<int32>
createdOn
string<date-time>
displayOrder
integer<int32>
id
string
product
object
productId
string | null
projectTemplateMetadata
string<byte>
projectTemplateMetadataId
string | null
updatedOn
string<date-time>
uuid
string

Response

Updated ProductProjectTemplate

A product project template defines default project configurations associated with a product.

changeSequence
integer<int32>
createdOn
string<date-time>
displayOrder
integer<int32>
id
string
product
object
productId
string | null
projectTemplateMetadata
string<byte>
projectTemplateMetadataId
string | null
updatedOn
string<date-time>
uuid
string