Skip to content

Commit f01a53b

Browse files
authored
1 parent bed9700 commit f01a53b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

changes.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,12 @@ type ProblemInfo struct {
165165

166166
// RebaseInput entity contains information for changing parent when rebasing.
167167
type RebaseInput struct {
168-
Base string `json:"base,omitempty"`
168+
Base string `json:"base,omitempty"`
169+
Strategy string `json:"strategy,omitempty"`
170+
AllowConflicts bool `json:"allow_conflicts,omitempty"`
171+
OnBehalfOfUploader bool `json:"on_behalf_of_uploader,omitempty"`
172+
CommitterEmail string `json:"committer_email,omitempty"`
173+
ValidationOptions map[string]string `json:"validation_options,omitempty"`
169174
}
170175

171176
// RestoreInput entity contains information for restoring a change.

0 commit comments

Comments
 (0)