Create a commit

Creates an immutable commit (snapshot) of the Multi FileFeed's transforms.
A request body with the transforms payload is required.

The endpoint atomically:

  1. Checks that the HEAD is not dirty (rejects with 422 if it is)
  2. Replaces all nodes on the HEAD with the supplied payload
  3. Creates an immutable commit snapshot

The dirty check prevents accidentally overwriting in-progress UI edits.
If the HEAD has uncommitted changes, the API consumer must coordinate
with the UI user before proceeding.

This is the primary endpoint for programmatic transform management.
Imports run against the latest commit. Immediately after this call,
the new commit becomes the latest commit unless another commit is
created before POST /imports.

Requires Multi FileFeed transforms to be enabled for the organization.

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

Portable flowgraph payload. Uses portable identifiers
(template_key, workflow_name, code_action_key) instead of
internal numeric IDs.

flowgraph
object
Responses

401

Unauthorized (missing or invalid API key)

403

Forbidden (wrong organization or required feature not enabled)

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