mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add tag
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
e6c0ebfb57
commit
dceaa10a43
15 changed files with 65 additions and 0 deletions
8
dist/paths/usertweets.yaml
vendored
8
dist/paths/usertweets.yaml
vendored
|
|
@ -145,6 +145,8 @@ paths:
|
|||
x-xss-protection:
|
||||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/HuTx74BxAnezK1gWvYY7zg/UserTweets:
|
||||
get:
|
||||
description: get user tweets
|
||||
|
|
@ -258,6 +260,8 @@ paths:
|
|||
x-xss-protection:
|
||||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/RIWc55YCNyUJ-U3HHGYkdg/UserTweetsAndReplies:
|
||||
get:
|
||||
description: get user replies tweets
|
||||
|
|
@ -370,6 +374,8 @@ paths:
|
|||
x-xss-protection:
|
||||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
/YqiE3JL1KNgf9nSljYdxaA/UserMedia:
|
||||
get:
|
||||
description: get user media tweets
|
||||
|
|
@ -483,3 +489,5 @@ paths:
|
|||
x-xss-protection:
|
||||
schema:
|
||||
type: integer
|
||||
tags:
|
||||
- Tweet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue