@hedisam wrote:
Consider this:
{"_id": "some unique id",
" username": "hedisam",
" followers": ["david", "sam"]
}How can I add a new follower to the followers list? PATCH action will remove the existing items from the list. Is it possible without a custom script?
Posts: 1
Participants: 1