Skip to content

Commit b97bc4e

Browse files
authored
fix: Remove "you have posted" from statuses/:id/quote (#1835)
#1733 fixed the content to remove the suggestion that only quotes of the statuses owned by the user token could be viewed. It missed the description text, which still said "View quotes of a status you have posted".
1 parent a58a477 commit b97bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/methods/statuses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ Status does not exist or is private
841841
GET /api/v1/statuses/:id/quotes HTTP/1.1
842842
```
843843

844-
View quotes of a status you have posted.
844+
View quotes of a status.
845845

846846
**Returns:** Array of [Status]({{< relref "entities/status" >}})\
847847
**OAuth:** User token + `read:statuses`.\

0 commit comments

Comments
 (0)