method
LocalAPI.UpdateGlobalWithOptions
func (local *LocalAPI) UpdateGlobalWithOptions(
ctx context.Context,
slug string,
values store.Values,
options MutationOptions,
) (store.Document, error)Create or update a singleton with complete mutation 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.