v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
North Connectors

Update north connector

Updates an existing north connector configuration

put/api/north/{northId}

Path parameters

northIdstring required

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "name": "Debug Console Output",
  "type": "console",
  "description": "Outputs data to console for debugging purposes",
  "enabled": true,
  "caching": {
    "error": {
      "retentionDuration": 86400000,
      "retryInterval": 1000
    },
    "throttling": {
      "maxNumberOfElements": 100,
      "maxSize": 1048576,
      "runMinDelay": 100
    },
    "trigger": {
      "numberOfFiles": 1,
      "numberOfElements": 1,
      "scanModeId": "scanModeId1"
    }
  },
  "transformers": []
}

Response

No Content