1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-23 06:06:37 +09:00
parent 20816336e5
commit 19700d0ef9
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 2 additions and 1 deletions

View file

@ -80,6 +80,7 @@ components:
- Bottom
- ShowMore
- ShowMoreThreads
- Gap
type: string
entryType:
$ref: '#/components/schemas/ContentEntryType'

View file

@ -84,7 +84,7 @@ components:
$ref: "#/components/schemas/ContentEntryType" # null | TimelineTimelineCursor
cursorType:
type: string
enum: [Top, Bottom, ShowMore, ShowMoreThreads]
enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap] # Gap???
value:
type: string