Function to update stream entries
All..
I have a stream with data coming in. I'd like to create or use a service to update stream entries.
End goal would be for the service to have 3 inputs (start,end,tag) so the service would add the "tag" tag to all entries between "start" datetime and "end" datetime.
I see the built in "UpdateStreamEntry" so I suppose I could query all stream entries between the two datetimes, and then loop through that entire query result calling UpdateStreamEntry each time.
However, I'd like to know if there is already a pre-built function to do this?
Thanks

