[Suggestion] Edit feed name via API

Hello, I miss the following features in tt-rss API:

  • Setting feed name in subscribeToFeed
  • Editing feed name via some method (e.g. editFeed)

if you need additional stuff which is not available out of the box, you can extend the API via plugins.

stock api is limited for a reason, you won’t be able to replace tt-rss frontend entirely using it. that’s why there’s no editfeed, etc.