Kombo · Schema

PutIntegrationsIntegrationIdEnabledRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Properties

Name Type Description
value boolean The desired state of the integration (e.g., `true` for enabled, `false` for disabled).
View JSON Schema on GitHub

JSON Schema

kombo-putintegrationsintegrationidenabledrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutIntegrationsIntegrationIdEnabledRequestBody",
  "title": "PutIntegrationsIntegrationIdEnabledRequestBody",
  "type": "object",
  "properties": {
    "value": {
      "type": "boolean",
      "description": "The desired state of the integration (e.g., `true` for enabled, `false` for disabled)."
    }
  },
  "required": [
    "value"
  ]
}