Skip to content

Commit

Permalink
Update rss.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixlzx committed Jul 5, 2015
1 parent b1c3256 commit 8aa3b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOC/rss/rss.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
* method: `GET`
* return: <RSS Object>
* notes:
* `tag_ids` can be one tag id or many tag ids concatenate with `+`. E.g., `/rss/tags/550fd9df1fe5c31a190a068d` or `/rss/tags/550fd9df1fe5c31a190a068d+548edfb54ab7379536f56351`.
* `tag_ids` can be one tag id or many tag ids concatenate with `+`. E.g., `/rss/tags/550fd9df1fe5c31a190a068d` or `/rss/tags/550fd9df1fe5c31a190a068d+548edfb54ab7379536f56351`. If multiple tag ids applied, search results will match all the tags.

#### Get user RSS feed
* path: `/rss/user/user_id`
* path: `/rss/user/<user_id>`
* method: `GET`
* return <RSS Object>
* notes:
Expand Down

0 comments on commit 8aa3b78

Please sign in to comment.