mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
add inline_media
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
2041c193de
commit
c2332448a4
3 changed files with 35 additions and 3 deletions
|
|
@ -182,7 +182,19 @@ components:
|
|||
inline_media:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
$ref: "#/components/schemas/NoteTweetResultMediaInlineMedia"
|
||||
|
||||
NoteTweetResultMediaInlineMedia:
|
||||
required:
|
||||
- "media_id"
|
||||
- "index"
|
||||
properties:
|
||||
media_id:
|
||||
type: string
|
||||
pattern: "^[0-9]+$"
|
||||
index:
|
||||
type: integer
|
||||
|
||||
NoteTweetResultRichText:
|
||||
required:
|
||||
- "richtext_tags"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue