mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
Merge branch 'main' of https://github.com/fa0311/twitter-openapi
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
commit
e659a03c1b
2 changed files with 2 additions and 2 deletions
2
dist/paths/follow.yaml
vendored
2
dist/paths/follow.yaml
vendored
|
|
@ -155,7 +155,7 @@ paths:
|
||||||
/djdTXDIk2qhd4OStqlUFeQ/Followers:
|
/djdTXDIk2qhd4OStqlUFeQ/Followers:
|
||||||
get:
|
get:
|
||||||
description: get user list of followers
|
description: get user list of followers
|
||||||
operationId: Followers
|
operationId: getFollowers
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
name: variables
|
name: variables
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ paths:
|
||||||
|
|
||||||
/{{FollowersQuery}}/Followers:
|
/{{FollowersQuery}}/Followers:
|
||||||
get:
|
get:
|
||||||
operationId: Followers
|
operationId: getFollowers
|
||||||
description: get user list of followers
|
description: get user list of followers
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue