method
LocalAPI.CreateWithOptions
func (local *LocalAPI) CreateWithOptions(
ctx context.Context,
collection string,
values store.Values,
options MutationOptions,
) (store.Document, error)Create a document with draft, locale, population, and authorization 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.