1
0
Fork 0
arangodb/Documentation/DocuBlocks/foxx_repository_replaceByEx...

14 lines
242 B
Markdown

`FoxxRepository#replaceByExample(example, object)`
Find every matching item by example and replace it with the attributes in
the provided object.
@EXAMPLES
```javascript
repository.replaceByExample({ replaceMe: true }, myNewModel);
```