We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0df8a commit 43eba37Copy full SHA for 43eba37
1 file changed
docs.json
@@ -575,9 +575,7 @@
575
"x-api/posts/returns-post-objects-liked-by-the-provided-user-id",
576
"x-api/users/returns-user-objects-that-have-liked-the-provided-post-id",
577
"x-api/posts/causes-the-user-in-the-path-to-like-the-specified-post",
578
- "x-api/posts/causes-the-user-in-the-path-to-unlike-the-specified-post",
579
- "x-api/likes/likes-firehose-stream",
580
- "x-api/likes/likes-sample-10-stream"
+ "x-api/posts/causes-the-user-in-the-path-to-unlike-the-specified-post"
581
]
582
},
583
{
@@ -887,6 +885,13 @@
887
885
}
888
886
889
+ {
+ "group": "Likes Streams",
890
+ "pages": [
891
+ "x-api/likes/likes-firehose-stream",
892
+ "x-api/likes/likes-sample-10-stream"
893
+ ]
894
+ },
895
896
"group": "GNIP 2.0",
897
"pages": [
0 commit comments