Files
tea4j-autodeploy/docs/UpdateBranchRepoOption.md
T
2026-01-02 16:34:01 +00:00

9 lines
444 B
Markdown

# UpdateBranchRepoOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**force** | **Boolean** | Force update even if the change is not a fast-forward | [optional]
**newCommitId** | **String** | New commit SHA (or any ref) the branch should point to |
**oldCommitId** | **String** | Expected old commit SHA of the branch; if provided it must match the current tip | [optional]