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.
This API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
The repo ID of the workspace.
3 - 128"example_id"
Commit request for importing commits from external VCS systems. Allows specifying custom author information and timestamp. Requires Admin access to the repository.
16384Author information for the commit (original author from external VCS).
Commit timestamp (Unix seconds since epoch) from the original VCS.
Inclusion list of modified paths to commit. Other modifications will not be committed.
1A relative path to a file or directory inside the repository.
1Workspace contains no changes to commit