There is not way to update the Feed name, only custom values are allowed ``` updateFeed(request: UpdateFeedRequest & { feed_group_id: string; feed_id: string; }): Promise<StreamResponse<UpdateFeedResponse>>; ```