Skip to content

Commit 5a82cc1

Browse files
fix(client): mark request body as required
1 parent 1e0430a commit 5a82cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

externalbankaccount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ func (r ExternalBankAccountRetryMicroDepositsResponseVerificationState) IsKnown(
12611261
}
12621262

12631263
type ExternalBankAccountNewParams struct {
1264-
Body ExternalBankAccountNewParamsBodyUnion `json:"body"`
1264+
Body ExternalBankAccountNewParamsBodyUnion `json:"body,required"`
12651265
}
12661266

12671267
func (r ExternalBankAccountNewParams) MarshalJSON() (data []byte, err error) {

0 commit comments

Comments
 (0)