versioning

Create a new commit for pending changes to the Cribl configuration

Create a new commit for pending changes to the Cribl configuration. Any merge conflicts indicated in the response must be resolved using Git.</br></br>To commit only a subset of configuration changes, specify the files to include in the commit in the <code>files</code> array.

post/version/commit

Request body

effectiveboolean
filesstring[]
messagestring required

Response

a list of GitCommitSummary objects

countinteger

number of items present in the items array

Changes