mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
Merge pull request #16 from fa0311/rrika/main
add TimelineAddToModule, TimelineReplaceEntry and TimelineShowAlert
This commit is contained in:
commit
0e852d5206
1 changed files with 2 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ components:
|
|||
entry_id_to_replace:
|
||||
type: string
|
||||
entry:
|
||||
type: object
|
||||
$ref: "#/components/schemas/TimelineAddEntry"
|
||||
|
||||
TimelineShowAlert:
|
||||
|
|
@ -131,6 +130,8 @@ components:
|
|||
type: string
|
||||
entities:
|
||||
type: array
|
||||
items:
|
||||
type: object # todo
|
||||
iconDisplayInfo:
|
||||
type: object # todo
|
||||
colorConfig:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue