method
LocalAPI.DuplicateWithOptions
func (local *LocalAPI) DuplicateWithOptions(
ctx context.Context,
collection,
id string,
overrides store.Values,
options MutationOptions,
) (store.Document, error)Duplicate a document with write and response options.
Related types
LocalAPIIn-process content operations that share the REST authorization and lifecycle pipeline.
ValuesA map of field names to typed values.
MutationOptionsAuthorization, optimistic concurrency, response population, create status, and locale controls for one write.
DocumentA stored document with status and version metadata.