1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-11-23 23:49:30 +09:00
parent 4d4595d409
commit 3c3026bbf5
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 8 additions and 8 deletions

View file

@ -828,9 +828,8 @@ components:
name:
type: string
path:
items:
type: string
type: array
items: {}
type: list
retry_after:
type: integer
source:
@ -2728,7 +2727,6 @@ components:
$ref: '#/components/schemas/UserVerificationInfo'
required:
- __typename
- affiliates_highlighted_label
- id
- is_blue_verified
- legacy
@ -3059,6 +3057,8 @@ components:
type: boolean
patreon_handle:
type: string
pay_pal_handle:
type: string
venmo_handle:
type: string
UserTweetsData: