Skip to content

Commit

Permalink
Fix getActorLikes documentation to reflect auth required (bluesky-soc…
Browse files Browse the repository at this point in the history
…ial#2593)

You can only view your own likes and this fixes the documentation to note that auth is required and that the actor must be the requesting account

bluesky-social#1440 (comment)
  • Loading branch information
LilahTovMoon authored Aug 17, 2024
1 parent 533774c commit 2c65cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexicons/app/bsky/feed/getActorLikes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"defs": {
"main": {
"type": "query",
"description": "Get a list of posts liked by an actor. Does not require auth.",
"description": "Get a list of posts liked by an actor. Requires auth, actor must be the requesting account.",
"parameters": {
"type": "params",
"required": ["actor"],
Expand Down

0 comments on commit 2c65cb9

Please sign in to comment.