From 767743fc9b055e6c817661b5918642a6a2df255a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sat, 2 Nov 2024 23:34:57 +0900 Subject: [PATCH] build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/openapi-3.0.yaml | 6 ++++++ dist/compatible_discriminator/openapi-3.0.yaml | 6 ++++++ dist/docs/openapi-3.0.yaml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index e5b99a8..9875709 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -3208,6 +3208,11 @@ components: in: header name: x-guest-token type: apiKey + Priority: + description: u=1, i + in: header + name: Priority + type: apiKey Referer: description: https://x.com/home in: header @@ -6667,6 +6672,7 @@ security: - Accept: [] - AcceptEncoding: [] - AcceptLanguage: [] +- Priority: [] - Referer: [] - SecChUa: [] - SecChUaMobile: [] diff --git a/dist/compatible_discriminator/openapi-3.0.yaml b/dist/compatible_discriminator/openapi-3.0.yaml index 1ed7851..3492e53 100644 --- a/dist/compatible_discriminator/openapi-3.0.yaml +++ b/dist/compatible_discriminator/openapi-3.0.yaml @@ -3208,6 +3208,11 @@ components: in: header name: x-guest-token type: apiKey + Priority: + description: u=1, i + in: header + name: Priority + type: apiKey Referer: description: https://x.com/home in: header @@ -6609,6 +6614,7 @@ security: - Accept: [] - AcceptEncoding: [] - AcceptLanguage: [] +- Priority: [] - Referer: [] - SecChUa: [] - SecChUaMobile: [] diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index 2d810a3..3075a71 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -3208,6 +3208,11 @@ components: in: header name: x-guest-token type: apiKey + Priority: + description: u=1, i + in: header + name: Priority + type: apiKey Referer: description: https://x.com/home in: header @@ -8815,6 +8820,7 @@ security: - Accept: [] - AcceptEncoding: [] - AcceptLanguage: [] +- Priority: [] - Referer: [] - SecChUa: [] - SecChUaMobile: []