How to Post a new subscription to a Tag?
garrenmicro opened this issue · 1 comments
garrenmicro commented
This isn't an Issue, but I'm not entirely clear..if I've setup a number of Tags in Feedbin, how can I Post a new Subscription with a specific Tag? The Post only allows for a URL
{
"feed_url": "http://daringfireball.net/index.xml"
}
Should I create the Subscription, grab the resulting feed_id, then Create a new Taggings?
{
"feed_id": 1,
"name": "Design"
}
garrenmicro commented
Turns out, this IS how to do it.