We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e845c6d commit 6a2f9b5Copy full SHA for 6a2f9b5
radar/aitomarkdown.go
@@ -96,6 +96,7 @@ func (r aiToMarkdownNewResponseJSON) RawJSON() string {
96
97
type AIToMarkdownNewParams struct {
98
AccountID param.Field[string] `path:"account_id,required"`
99
+ Body io.Reader `json:"body" format:"binary"`
100
}
101
102
func (r AIToMarkdownNewParams) MarshalMultipart() (data []byte, contentType string, err error) {
0 commit comments