Skip to content

Commit 6a2f9b5

Browse files
committed
chore(client): add back Body param to AIToMarkdownNewParams
1 parent e845c6d commit 6a2f9b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

radar/aitomarkdown.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func (r aiToMarkdownNewResponseJSON) RawJSON() string {
9696

9797
type AIToMarkdownNewParams struct {
9898
AccountID param.Field[string] `path:"account_id,required"`
99+
Body io.Reader `json:"body" format:"binary"`
99100
}
100101

101102
func (r AIToMarkdownNewParams) MarshalMultipart() (data []byte, contentType string, err error) {

0 commit comments

Comments
 (0)