Skip to content

Commit afba9fe

Browse files
Feat(string_based): Add acceptSourceChanges to MergeBranchRequest (fixes #217)
1 parent b6d9323 commit afba9fe

File tree

1 file changed

+1
-0
lines changed
  • crowdin_api/api_resources/branches

1 file changed

+1
-0
lines changed

crowdin_api/api_resources/branches/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ class MergeBranchRequest(TypedDict):
2424
deleteAfterMerge: Optional[bool]
2525
sourceBranchId: int
2626
dryRun: Optional[bool]
27+
acceptSourceChanges: bool

0 commit comments

Comments
 (0)