Multi FileFeed Imports
Submit a Multi FileFeed import
Submits the Multi FileFeed import for processing
post/v0/multi-file-feeds/{multi_file_feed_id}/imports/{multi_file_feed_import_id}/submit
Path parameters
multi_file_feed_idinteger required
ID of the Multi FileFeed
multi_file_feed_import_idinteger required
ID of the Multi FileFeed import
Query parameters
prioritizeboolean
When true, this import's run is placed at the front of the processing queue so it is picked up ahead of other Multi FileFeed imports already waiting in the queue. Omit it or send false to use the default first-in, first-out ordering.
This option must be enabled for your organization. If it is not enabled and you send true, the request is rejected with a 403 and no run is scheduled.
Front-of-queue ordering only affects imports that are still waiting. It does not preempt runs that are already executing and does not bypass concurrency limits, so a prepended run still waits its turn against any active throttle.
Response
Successful response