diff --git a/src/modules/platform-api/platform-api.controller.ts b/src/modules/platform-api/platform-api.controller.ts index 1f1fc98..383647c 100644 --- a/src/modules/platform-api/platform-api.controller.ts +++ b/src/modules/platform-api/platform-api.controller.ts @@ -490,6 +490,7 @@ export class PlatformApiController { cron: body.cron, tables: inputId, properties, + type: this.mapConnectorToDynamoType(connectorType), }, connector, );