suspend fun updateNamedAuditedNode(node: NamedAuditedNode, input: UpdateNamedNodeInput, lastModifiedBy: User, lastModifiedAt: OffsetDateTime)

Updates node based on input Calls updateAuditedNode Updates name and description

Parameters

node

the node to update

input

defines how to update the provided node

lastModifiedBy

the user who last modified the node

lastModifiedAt

the time when the node was last modified, defaults to now()