mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
parent
b95b73080e
commit
85cd1e120d
3 changed files with 125 additions and 2 deletions
|
|
@ -32,6 +32,20 @@ paths:
|
|||
tags:
|
||||
- "user-list"
|
||||
|
||||
/graphql/{pathQueryId}/FollowersYouKnow:
|
||||
get:
|
||||
operationId: getFollowersYouKnow
|
||||
description: "get followers you know"
|
||||
responses:
|
||||
"200":
|
||||
description: Successful operation
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/FollowResponse"
|
||||
tags:
|
||||
- "user-list"
|
||||
|
||||
components:
|
||||
schemas:
|
||||
FollowResponse:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue