v15

Swagger 2.0raw.githubusercontent.com2026-05-1400379.6 KB
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

forceboolean

Force overwrites files that already exist in the flow resources directory.

idsinteger[] required

IDs is the list of user resource IDs to copy into the flow resources directory.

Response

resources copied successfully

statusstring

Example response

{
  "status": "success"
}