Legacy update examples in bulk.
func (
r *ExampleBulkService) PatchAll(ctx context.Context,
body ExampleBulkPatchAllParams,
opts ...option.RequestOption) (res *ExampleBulkPatchAllResponse,
err error
)Legacy update examples in bulk. For update involving attachments, use PATCH /v1/platform/datasets/{dataset_id}/examples instead.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | ExampleBulkPatchAllParams | |
opts* | ...option.RequestOption |