We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26acea commit 624f0bfCopy full SHA for 624f0bf
1 file changed
src/openapi/paths/follow.yaml
@@ -46,6 +46,20 @@ paths:
46
tags:
47
- "user-list"
48
49
+ /graphql/{pathQueryId}/BlueVerifiedFollowers:
50
+ get:
51
+ operationId: getBlueVerifiedFollowers
52
+ description: "get blue verified followers"
53
+ responses:
54
+ "200":
55
+ description: Successful operation
56
+ content:
57
+ application/json:
58
+ schema:
59
+ $ref: "#/components/schemas/FollowResponse"
60
+ tags:
61
+ - "user-list"
62
+
63
components:
64
schemas:
65
FollowResponse:
0 commit comments