mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40: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
7
dist/docs/openapi-3.0.yaml
vendored
7
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -31,10 +31,15 @@ components:
|
|||
name: ct0
|
||||
type: apiKey
|
||||
CsrfToken:
|
||||
description: document.cookie.split('; ').find(row => row.startsWith('ct0='));
|
||||
description: ''
|
||||
in: header
|
||||
name: x-csrf-token
|
||||
type: apiKey
|
||||
GuestToken:
|
||||
description: document.cookie.split('; ').find(row => row.startsWith('gt='));
|
||||
in: header
|
||||
name: x-guest-token
|
||||
type: apiKey
|
||||
UserAgent:
|
||||
description: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
|
||||
like Gecko) Chrome/112.0.0.0 Safari/537.36
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue