mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update reply
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
37276039e9
commit
c0ad260ab6
3 changed files with 32 additions and 0 deletions
14
dist/compatible/openapi-3.0.yaml
vendored
14
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -3239,6 +3239,20 @@ paths:
|
||||||
- media_entities
|
- media_entities
|
||||||
- possibly_sensitive
|
- possibly_sensitive
|
||||||
type: object
|
type: object
|
||||||
|
reply:
|
||||||
|
properties:
|
||||||
|
exclude_reply_user_ids:
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
in_reply_to_tweet_id:
|
||||||
|
default: '1111111111111111111'
|
||||||
|
example: '1111111111111111111'
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- in_reply_to_tweet_id
|
||||||
|
- exclude_reply_user_ids
|
||||||
|
type: object
|
||||||
semantic_annotation_ids:
|
semantic_annotation_ids:
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
14
dist/docs/openapi-3.0.yaml
vendored
14
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -3331,6 +3331,20 @@ paths:
|
||||||
- media_entities
|
- media_entities
|
||||||
- possibly_sensitive
|
- possibly_sensitive
|
||||||
type: object
|
type: object
|
||||||
|
reply:
|
||||||
|
properties:
|
||||||
|
exclude_reply_user_ids:
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
in_reply_to_tweet_id:
|
||||||
|
default: '1111111111111111111'
|
||||||
|
example: '1111111111111111111'
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- in_reply_to_tweet_id
|
||||||
|
- exclude_reply_user_ids
|
||||||
|
type: object
|
||||||
semantic_annotation_ids:
|
semantic_annotation_ids:
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
|
|
@ -625,6 +625,10 @@
|
||||||
"possibly_sensitive": false
|
"possibly_sensitive": false
|
||||||
},
|
},
|
||||||
"semantic_annotation_ids": [],
|
"semantic_annotation_ids": [],
|
||||||
|
"reply?": {
|
||||||
|
"in_reply_to_tweet_id": "1111111111111111111",
|
||||||
|
"exclude_reply_user_ids": []
|
||||||
|
},
|
||||||
"dark_request": false
|
"dark_request": false
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue