mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
e76db523f3
commit
f707403009
9 changed files with 30 additions and 21 deletions
|
|
@ -428,7 +428,7 @@
|
|||
"dark_request": false
|
||||
}
|
||||
},
|
||||
"=====v1.1====": {
|
||||
"#=====v1.1====": {
|
||||
"url": "https://twitter.com/i/api/1.1/"
|
||||
},
|
||||
"friendships/create.json": {
|
||||
|
|
@ -490,7 +490,7 @@
|
|||
"src": "search_box",
|
||||
"result_type": "events,users,topics"
|
||||
},
|
||||
"=====v2====": {
|
||||
"#=====v2====": {
|
||||
"url": "https://twitter.com/i/api/2"
|
||||
},
|
||||
"search/adaptive.json": {
|
||||
|
|
|
|||
|
|
@ -22,10 +22,8 @@ components:
|
|||
schemas:
|
||||
OtherResponse:
|
||||
type: object
|
||||
required:
|
||||
- "session"
|
||||
properties:
|
||||
session:
|
||||
Session:
|
||||
$ref: "#/components/schemas/Session" # window.__INITIAL_STATE__
|
||||
Session:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue