Update a Multi FileFeed

Updates an existing Multi FileFeed's configuration

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the Multi FileFeed

Body Params

At least one field must be provided. If a field is not provided, it will not be updated. If a field is provided with a null value, it will be removed.

string

New name for the Multi FileFeed

SourceSftp | SourceS3 | null

Configuration for the source connection (SFTP or S3). Set to null to remove the source. S3 sources must be enabled for the organization.

DestinationSftp | DestinationS3 | null

Configuration for the destination connection (SFTP or S3). Set to null to remove the destination. S3 destinations must be enabled for the organization.

string

Key of an existing post-validation transform to apply

string | null

Key of an existing event webhook to attach to this Multi FileFeed. Pass null to detach the current event webhook.

integer

ID of the folder to move this Multi FileFeed into. The folder must belong to the same organization.

custom_metadata
object | null

JSON object with custom metadata to associate with the Multi FileFeed

workflow_templates
array of objects
length ≥ 1

Declarative list of templates for this Multi FileFeed. When provided, the system computes a diff against the current templates:

  • Templates in the request but not currently associated are added.
  • Templates already associated whose is_required flag changed are updated.
  • Templates currently associated but not in the request are removed.

At least one template must be provided (empty arrays are rejected). Template IDs must be unique within the request.

workflow_templates
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json