1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-05 21:11:19 +09:00
parent ca1fbb7815
commit cce687ba15
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
9 changed files with 268 additions and 95 deletions

View file

@ -16,7 +16,7 @@ paths:
schema:
$ref: "#/components/schemas/FollowResponse"
tags:
- "userList"
- "user-list"
/graphql/{{queryId}}/Followers:
get:
@ -30,7 +30,7 @@ paths:
schema:
$ref: "#/components/schemas/FollowResponse"
tags:
- "userList"
- "user-list"
components:
schemas: