mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add guest token
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
44cfa3ea4a
commit
57e5454870
5 changed files with 31 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ components:
|
|||
type: apiKey
|
||||
in: header
|
||||
name: x-csrf-token
|
||||
description: "document.cookie.split('; ').find(row => row.startsWith('ct0='));"
|
||||
description: ""
|
||||
|
||||
CookieCt0:
|
||||
type: apiKey
|
||||
|
|
@ -30,6 +30,12 @@ components:
|
|||
name: ct0
|
||||
description: "document.cookie.split('; ').find(row => row.startsWith('ct0='));"
|
||||
|
||||
GuestToken:
|
||||
type: apiKey
|
||||
in: header
|
||||
name: x-guest-token
|
||||
description: "document.cookie.split('; ').find(row => row.startsWith('gt='));"
|
||||
|
||||
CookieAuthToken:
|
||||
type: apiKey
|
||||
in: cookie
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue