Boomi · Schema

AtomInput

Input for updating an Atom.

AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflows

Properties

Name Type Description
name string Updated display name for the Atom.
purgeHistoryDays integer Number of days to retain execution history before purging.
View JSON Schema on GitHub

JSON Schema

boomi-atominput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtomInput",
  "title": "AtomInput",
  "type": "object",
  "description": "Input for updating an Atom.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated display name for the Atom."
    },
    "purgeHistoryDays": {
      "type": "integer",
      "description": "Number of days to retain execution history before purging."
    }
  }
}