mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
rename
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
62d8171c2b
commit
f08d92f949
4 changed files with 29 additions and 29 deletions
14
dist/path/bookmarks.yaml
vendored
14
dist/path/bookmarks.yaml
vendored
|
|
@ -1,17 +1,17 @@
|
|||
components:
|
||||
schemas:
|
||||
BookmarksData:
|
||||
BookmarksResponse:
|
||||
properties:
|
||||
data:
|
||||
$ref: '#/components/schemas/BookmarksResponseData'
|
||||
required:
|
||||
- data
|
||||
BookmarksResponseData:
|
||||
properties:
|
||||
bookmark_timeline_v2:
|
||||
$ref: '#/components/schemas/BookmarksTimeline'
|
||||
required:
|
||||
- bookmark_timeline_v2
|
||||
BookmarksResponse:
|
||||
properties:
|
||||
data:
|
||||
$ref: '#/components/schemas/BookmarksData'
|
||||
required:
|
||||
- data
|
||||
BookmarksTimeline:
|
||||
properties:
|
||||
timeline:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue