Skip to content

Commit 624f0bf

Browse files
committed
add #97
1 parent c26acea commit 624f0bf

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/openapi/paths/follow.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ paths:
4646
tags:
4747
- "user-list"
4848

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+
4963
components:
5064
schemas:
5165
FollowResponse:

0 commit comments

Comments
 (0)