---
title: "Changes to Update north connector"
method: PUT
path: "/api/north/{northId}"
---

# Changes to Update north connector

`PUT /api/north/{northId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 21 of 73 revisions.

- **2026-07-28** `9a6250881fa7` — 3 info
- **2026-07-26** `ea1c80cb9c69` — 3 warning
- **2026-07-20** `6a232346b158` — 3 info
- **2026-07-15** `57cbe043ec5a` — 3 warning
- **2026-07-06** `4c50d4a73f66` — 3 info
- **2026-06-24** `2c78cb2da647` — 3 warning
- **2026-06-23** `9eab61b4f349` — 3 breaking
- **2026-05-07** `0e73c27029f6` — 1 breaking, 1 info
- **2026-04-20** `d6f647567f56` — 20 breaking, 10 warning, 10 info
- **2026-04-08** `777f10c2330b` — 20 info
- **2026-04-01** `bd0c4c0341aa` — 10 breaking
- **2026-04-01** `58ad84403edf` — 20 breaking, 50 warning
- **2026-03-25** `cdb5b7ea7199` — 40 breaking, 20 warning
- **2026-03-23** `72d4ce6fdf36` — 10 info
- **2026-03-20** `108013c94629` — 50 warning, 20 info
- **2026-03-19** `fb56929c0675` — 40 breaking, 20 warning, 10 info
- **2026-03-18** `d6e364e3cd4e` — 50 warning, 20 info
- **2026-03-17** `3bf1b221f6ef` — 40 breaking, 20 warning, 10 info
- **2026-03-10** `88f262299d5e` — 50 warning, 20 info
- **2026-03-10** `76d90b88c3e5` — 20 warning, 50 info
- **2026-01-06** `d8e7a58e006a` — 1 breaking, 1 info

## Changes

- **2026-07-28** `9a6250881fa7` — 3 info
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/domain`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/password`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/username`
- **2026-07-26** `ea1c80cb9c69` — 3 warning
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/domain`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/password`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/username`
- **2026-07-20** `6a232346b158` — 3 info
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/domain`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/password`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/username`
- **2026-07-15** `57cbe043ec5a` — 3 warning
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/domain`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/password`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/username`
- **2026-07-06** `4c50d4a73f66` — 3 info
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/domain`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/password`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/username`
- **2026-06-24** `2c78cb2da647` — 3 warning
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/domain`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/password`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/username`
- **2026-06-23** `9eab61b4f349` — 3 breaking
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/domain`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/password`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorFileWriterCommandDTO]/settings/username`
- **2026-05-07** `0e73c27029f6` — 1 breaking, 1 info
  - removed `#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_, #/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_, #/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_, #/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_, #/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_, #/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_, #/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_, #/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_, #/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_, #/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_` from the request body `anyOf` list
  - added `#/components/schemas/NorthConnectorAmazonS3CommandDTO, #/components/schemas/NorthConnectorAzureBlobCommandDTO, #/components/schemas/NorthConnectorConsoleCommandDTO, #/components/schemas/NorthConnectorFileWriterCommandDTO, #/components/schemas/NorthConnectorModbusCommandDTO, #/components/schemas/NorthConnectorMQTTCommandDTO, #/components/schemas/NorthConnectorOIAnalyticsCommandDTO, #/components/schemas/NorthConnectorOPCUACommandDTO, #/components/schemas/NorthConnectorRESTCommandDTO, #/components/schemas/NorthConnectorSFTPCommandDTO` to the request body `anyOf` list
- **2026-04-20** `d6f647567f56` — 20 breaking, 10 warning, 10 info
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformerId`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformerId`
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/source` request property `anyOf` list
  - removed `#/components/schemas/SourceOriginSouthDTO, #/components/schemas/SourceOriginOIAnalyticsDTO, #/components/schemas/SourceOriginAPIDTO` from the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/source` request property `anyOf` list
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformer`
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/source` request property `anyOf` list
  - added `#/components/schemas/SourceOriginSouthCommandDTO, #/components/schemas/SourceOriginOIAnalyticsCommandDTO, #/components/schemas/SourceOriginAPICommandDTO` to the `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/source` request property `anyOf` list
- **2026-04-08** `777f10c2330b` — 20 info
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformer/anyOf[#/components/schemas/CustomTransformerDTO]/manifest/enablingConditions/items/operator`
  - added the new `NOT_EQUAL` enum value to the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformer/anyOf[#/components/schemas/StandardTransformerDTO]/manifest/enablingConditions/items/operator`
- **2026-04-01** `bd0c4c0341aa` — 10 breaking
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/source/anyOf[#/components/schemas/SourceOriginSouthDTO]/items/items/enabled`
- **2026-04-01** `58ad84403edf` — 20 breaking, 50 warning
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformer`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/source`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformer`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/inputType`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/southId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformerId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/inputType`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/southId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformerId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/inputType`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/southId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformerId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/inputType`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/southId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformerId`
  - …30 more
- **2026-03-25** `cdb5b7ea7199` — 40 breaking, 20 warning
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/items/items/updatedBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/items/items/createdAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/items/items/createdBy`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/items/items/updatedAt`
  - added the new required request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/items/items/updatedBy`
  - …20 more
- **2026-03-23** `72d4ce6fdf36` — 10 info
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/groupId`
  - added the new optional request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/groupId`
- **2026-03-20** `108013c94629` — 50 warning, 20 info
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/items/items/updatedBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/items/items/updatedBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/items/items/updatedBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/items/items/updatedBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/items/items/updatedBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/items/items/updatedBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/items/items/updatedBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/groupId`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/createdAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/createdBy`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/updatedAt`
  - removed the request property `anyOf[#/components/schemas/NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/items/items/updatedBy`
  - …30 more
- …earlier changes are on the page: https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/north/:northId/put

---

[Operation](https://skmtc.dev/optimistiksas/apis/oibus-api/docs/api/north/:northId/put.md) · [API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [Page](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/north/:northId/put)
