v1

latestOpenAPI 3.0.32026-07-22115106141.4 KB
Repository Commit Manipulation

Commit on behalf of author

Commit workspace changes with custom author information and timestamp. This endpoint is used for importing commits from external VCS systems (e.g., Perforce) where the original author and timestamp should be preserved. Requires Admin access to the repository.

post/repos/{repo_id}/workspaces/{workspace_id}/commit-on-behalf

Request body

commit_messagestring required
include_pathsstring[] nullable

Inclusion list of paths to include in the operation. If null, all paths will be included.

commit_timeinteger required

Commit timestamp (Unix seconds since epoch) from the original VCS.

Response

Request completed successfully