Update information for a list of extraction pipelines. Fields that are not included in the request, are not changed.
required  | Array of ExtPipeUpdateById (object) or ExtPipeUpdateByExternalId (object) (ExtPipeUpdate)   [ 1 .. 1000 ] items   | 
Response with the list of updated extraction pipelines
Response for a failed request
{- "items": [
- {
- "id": 9007199254740991,
 - "update": {
- "externalId": {
- "set": "string"
 
}, - "name": {
- "set": "string"
 
}, - "description": {
- "set": "string"
 
}, - "dataSetId": {
- "set": 9007199254740991
 
}, - "schedule": {
- "set": "string"
 
}, - "rawTables": {
- "set": [
- {
- "dbName": "string",
 - "tableName": "string"
 
} 
] 
}, - "contacts": {
- "set": [
- {
- "name": "string",
 - "email": "user@example.com",
 - "role": "string",
 - "sendNotification": true
 
} 
] 
}, - "metadata": {
- "set": {
- "property1": "string",
 - "property2": "string"
 
} 
}, - "source": {
- "set": "string"
 
}, - "documentation": {
- "set": "string"
 
}, - "notificationConfig": {
- "set": {
- "allowedNotSeenRangeInMinutes": 0
 
} 
} 
} 
} 
] 
}{- "items": [
- {
- "externalId": "string",
 - "name": "string",
 - "description": "string",
 - "dataSetId": 9007199254740991,
 - "rawTables": [
- {
- "dbName": "string",
 - "tableName": "string"
 
} 
], - "schedule": "string",
 - "contacts": [
- {
- "name": "string",
 - "email": "user@example.com",
 - "role": "string",
 - "sendNotification": true
 
} 
], - "metadata": {
- "property1": "string",
 - "property2": "string"
 
}, - "source": "string",
 - "documentation": "string",
 - "notificationConfig": {
- "allowedNotSeenRangeInMinutes": 0
 
}, - "createdBy": "string",
 - "id": 9007199254740991,
 - "lastSuccess": 0,
 - "lastFailure": 0,
 - "lastMessage": "string",
 - "lastSeen": 0,
 - "createdTime": 1730204346000,
 - "lastUpdatedTime": 1730204346000
 
} 
] 
}