1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-12 08:00:27 +01:00

add priority

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-11-02 04:56:40 +09:00
parent 3de1deeb8b
commit ee720eb82f
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 7 additions and 0 deletions

View file

@ -34,6 +34,11 @@ components:
in: header
name: Accept-Language
type: apiKey
Priority:
description: "u=1, i"
in: header
name: Priority
type: apiKey
Referer:
description: "https://x.com/home"
in: header
@ -133,6 +138,7 @@ security:
- Accept: []
- AcceptEncoding: []
- AcceptLanguage: []
- Priority: []
- Referer: []
- SecChUa: []
- SecChUaMobile: []