Update examples with attachments using multipart form data.
updateExamplesMultipart(
datasetId: string,
updates: ExampleUpdate[] = []
): Promise<UpdateExamplesResponse>| Name | Type | Description |
|---|---|---|
datasetId* | string | |
updates | ExampleUpdate[] | Default: []List of ExampleUpdateWithAttachments objects to upsert |