Document mentioned_entity param to GET /posts
This commit is contained in:
parent
c403dd67d3
commit
695ebaa7ce
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ GET parameters can be used to filter and paginate the returned posts.
|
|||
| `since_time` | Posts with `published_at` greater than the specified unix epoch. |
|
||||
| `before_time` | Posts with `published_at` less than the specified unix epoch. |
|
||||
| `entity` | Posts published by the specified entity. |
|
||||
| `mentioned_entity` | Posts that mention that specified entity. |
|
||||
| `post_types` | Posts that match specific comma-separated type URIs. |
|
||||
| `limit` | The number of posts to return (defaults to the maximum of 200). |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue