CsteerDevops1 / wiki-framework

6 stars 0 forks source link

Add possibility to change mongodb update operator ($set modificator) #79

Closed takikokos closed 4 years ago

takikokos commented 4 years ago

It should be optional (default is $set) to choose the operator for update query, for example to use $addToSet instead of $set . Add this param to PUT requests.