curl --request PUT \
--url https://platform.kodexa.ai/api/modules/{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>"
}Updates an existing ModelRuntimes. Module runtimes are processing modules that can be executed on documents.
curl --request PUT \
--url https://platform.kodexa.ai/api/modules/{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>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
Model runtime metadata describes a processing module that can be executed on documents.
Optimistic locking version number.
Timestamp when the model runtime was created.
Whether this model runtime is deprecated.
Reference to the extension pack.
Unique identifier (UUID) for the model runtime.
Display name of the model runtime.
Whether the model runtime is publicly accessible.
URL-friendly identifier for the model runtime.
Whether this model runtime is a template.
Timestamp when the model runtime was last updated.
Secondary UUID identifier.
Semantic version string.
Updated ModelRuntimes
Model runtime metadata describes a processing module that can be executed on documents.
Optimistic locking version number.
Timestamp when the model runtime was created.
Whether this model runtime is deprecated.
Reference to the extension pack.
Unique identifier (UUID) for the model runtime.
Display name of the model runtime.
Whether the model runtime is publicly accessible.
URL-friendly identifier for the model runtime.
Whether this model runtime is a template.
Timestamp when the model runtime was last updated.
Secondary UUID identifier.
Semantic version string.