FlowFiles
Copy user resources into a flow
Copies one or more user resources (identified by ID) into flow-{id}-data/resources/. Files already present in the flow are skipped unless force=true, in which case they are replaced. When the primary container for this flow is running, new or replaced files are pushed to /work/resources/ (best-effort), same as uploads.
post/flows/{flowID}/files/resources
Path parameters
flowIDinteger required
flow id
Request body
Response
resources copied successfully
Example response
{
"status": "success"
}