method
BoundTypedCollection.Update
func (collection BoundTypedCollection[Document, Create, Update]) Update(
ctx context.Context,
id string,
input Update,
actor *store.Document,
) (Document, error)Public method BoundTypedCollection.Update from github.com/riducms/ridu/core.
Related types
BoundTypedCollectionTyped Create, Import, Find, List, Update, UpdateRevision, and Delete methods.
DocumentA stored document with status and version metadata.