mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
Merge branch 'dev'
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
commit
a18a24e4fd
4 changed files with 7 additions and 13 deletions
6
dist/compatible/openapi-3.0.yaml
vendored
6
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -4362,9 +4362,8 @@ paths:
|
|||
example: false
|
||||
type: boolean
|
||||
disallowed_reply_options:
|
||||
default: false
|
||||
example: false
|
||||
type: boolean
|
||||
properties: {}
|
||||
type: object
|
||||
media:
|
||||
properties:
|
||||
media_entities:
|
||||
|
|
@ -4418,7 +4417,6 @@ paths:
|
|||
- media
|
||||
- semantic_annotation_ids
|
||||
- dark_request
|
||||
- disallowed_reply_options
|
||||
type: object
|
||||
required:
|
||||
- queryId
|
||||
|
|
|
|||
|
|
@ -4356,9 +4356,8 @@ paths:
|
|||
example: false
|
||||
type: boolean
|
||||
disallowed_reply_options:
|
||||
default: false
|
||||
example: false
|
||||
type: boolean
|
||||
properties: {}
|
||||
type: object
|
||||
media:
|
||||
properties:
|
||||
media_entities:
|
||||
|
|
@ -4412,7 +4411,6 @@ paths:
|
|||
- media
|
||||
- semantic_annotation_ids
|
||||
- dark_request
|
||||
- disallowed_reply_options
|
||||
type: object
|
||||
required:
|
||||
- queryId
|
||||
|
|
|
|||
6
dist/docs/openapi-3.0.yaml
vendored
6
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -4468,9 +4468,8 @@ paths:
|
|||
example: false
|
||||
type: boolean
|
||||
disallowed_reply_options:
|
||||
default: false
|
||||
example: false
|
||||
type: boolean
|
||||
properties: {}
|
||||
type: object
|
||||
media:
|
||||
properties:
|
||||
media_entities:
|
||||
|
|
@ -4524,7 +4523,6 @@ paths:
|
|||
- media
|
||||
- semantic_annotation_ids
|
||||
- dark_request
|
||||
- disallowed_reply_options
|
||||
type: object
|
||||
required:
|
||||
- queryId
|
||||
|
|
|
|||
|
|
@ -709,7 +709,7 @@
|
|||
"exclude_reply_user_ids": []
|
||||
},
|
||||
"dark_request": false,
|
||||
"disallowed_reply_options": false
|
||||
"disallowed_reply_options?": {}
|
||||
},
|
||||
"features": {
|
||||
"communities_web_enable_tweet_community_results_fetch": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue