mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
Add 'bookmark_timeline_v2' as a required property in OpenAPI specifications
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
cfa0186c70
commit
6d44ef09aa
3 changed files with 6 additions and 0 deletions
2
dist/compatible/openapi-3.0.yaml
vendored
2
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -274,6 +274,8 @@ components:
|
|||
properties:
|
||||
bookmark_timeline_v2:
|
||||
$ref: '#/components/schemas/BookmarksTimeline'
|
||||
required:
|
||||
- bookmark_timeline_v2
|
||||
BookmarksTimeline:
|
||||
properties:
|
||||
timeline:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue