cURL
curl --request PATCH \ --url https://api.sftpsync.io/pipelines/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "mappings": [ { "sourceField": "<string>", "targetField": "<string>", "transform": "<string>", "defaultValue": "<any>" } ], "clientId": "<string>", "schemaId": "<string>", "webhookIds": [ "<string>" ] }'
{ "id": "<string>", "name": "<string>", "mappings": [ { "sourceField": "<string>", "targetField": "<string>", "transform": "<string>", "defaultValue": "<any>" } ], "isActive": true, "workspaceId": "<string>", "clientId": "<string>", "schemaId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Show child attributes
Pipeline