{ "operationId": "createCatalogIntegration", "method": "POST", "path": "/api/v2/catalog-integrations", "summary": "Create a Catalog Integration.", "requestExamples": [ { "contentType": "application/json", "name": "CreatecatalogintegrationRequestExample", "example": { "name": "Example Title", "catalog": { "catalog_source": "GLUE" }, "table_format": "ICEBERG", "enabled": true, "comment": "example_value", "type": "example_value", "category": "example_value", "created_on": "2026-01-15T10:30:00Z" } } ], "responseExamples": [] }