Cherry-picks changes from a specific commit (identified by ref_id) into the current workspace.
Process:
Requirements: Requires WRITE access.
Returns:
404 Not Found if the reference doesn’t exist202 Accepted with merge_id if conflicts occurred204 No Content on clean applicationThis 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"
The commit to cherry-pick
7 - 128The cherry-pick is in progress. It has conflicts requiring active input from the user for conflict resolution. The response contains a merge ID, which can be used for querying /repos/{repo_id}/merges/{merge_id}
3 - 128"example_id"