Update a specific example.
func (
r *ExampleService) Update(ctx context.Context,
exampleID string,
body ExampleUpdateParams,
opts ...option.RequestOption) (res *ExampleUpdateResponse,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
exampleID* | string | |
body* | ExampleUpdateParams | |
opts* | ...option.RequestOption |