Skip to end of banner
Go to start of banner

createCommit

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Current »

See also: Actions

Description

Create a repository commit for a single file add, change, or delete. The path parameter path specifies the path of the repository file to be added, changed, or deleted. Use the data or file parameter to provide new contents of the file otherwise the file will be deleted. Use the name parameter for the commit message. If name is not provided, a system generated name will be used.

Required Parameters

repository, path

Optional Parameters

workspace, name, userId, parent, data, file, branch

Type

Create

Category

Commits

Output Formats

Replacement Variables

commit, commitMessage

Since Version10.5

Examples

createCommit

Related How To's

  • No labels