mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
add Bookmarks
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
1b154a8327
commit
bf730c5129
8 changed files with 206 additions and 22 deletions
14
dist/path/bookmarks.yaml
vendored
14
dist/path/bookmarks.yaml
vendored
|
|
@ -1,17 +1,23 @@
|
|||
components:
|
||||
schemas:
|
||||
BookmarksData:
|
||||
properties:
|
||||
bookmark_timeline_v2:
|
||||
$ref: '#/components/schemas/BookmarksTimeline'
|
||||
required:
|
||||
- bookmark_timeline_v2
|
||||
BookmarksResponse:
|
||||
properties:
|
||||
data:
|
||||
$ref: '#/components/schemas/BookmarksResponseData'
|
||||
$ref: '#/components/schemas/BookmarksData'
|
||||
required:
|
||||
- data
|
||||
BookmarksResponseData:
|
||||
BookmarksTimeline:
|
||||
properties:
|
||||
bookmark_timeline_v2:
|
||||
timeline:
|
||||
$ref: ./../schemas/timeline.yaml#/components/schemas/Timeline
|
||||
required:
|
||||
- bookmark_timeline_v2
|
||||
- timeline
|
||||
info:
|
||||
title: Twitter OpenAPI
|
||||
version: 0.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue