Fix typo
This commit is contained in:
parent
695ebaa7ce
commit
6348590eeb
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +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. |
|
| `since_time` | Posts with `published_at` greater than the specified unix epoch. |
|
||||||
| `before_time` | Posts with `published_at` less than the specified unix epoch. |
|
| `before_time` | Posts with `published_at` less than the specified unix epoch. |
|
||||||
| `entity` | Posts published by the specified entity. |
|
| `entity` | Posts published by the specified entity. |
|
||||||
| `mentioned_entity` | Posts that mention that specified entity. |
|
| `mentioned_entity` | Posts that mention the specified entity. |
|
||||||
| `post_types` | Posts that match specific comma-separated type URIs. |
|
| `post_types` | Posts that match specific comma-separated type URIs. |
|
||||||
| `limit` | The number of posts to return (defaults to the maximum of 200). |
|
| `limit` | The number of posts to return (defaults to the maximum of 200). |
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue