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: []