method
LocalAPI.PublishChangesWithOptions
func (local *LocalAPI) PublishChangesWithOptions(
ctx context.Context,
collection,
id string,
values store.Values,
options MutationOptions,
) (store.Document, error)Atomically apply field changes and publish with exact identity, concurrency, locale, and response controls.
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.