1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

update hook

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-05 19:35:31 +09:00
parent 055a646047
commit 9a73269895
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 66 additions and 31 deletions

View file

@ -9,12 +9,6 @@ components:
x-connection-hash:
schema:
type: string
x-content-type-options:
schema:
type: string
x-frame-options:
schema:
type: string
x-rate-limit-limit:
schema:
type: integer
@ -36,6 +30,3 @@ components:
x-twitter-response-tags:
schema:
type: string
x-xss-protection:
schema:
type: integer

View file

@ -0,0 +1,35 @@
openapi: 3.0.3
info:
title: Twitter OpenAPI
version: 0.0.1
paths: {}
components:
headers:
status:
schema:
type: string
x-access-level:
schema:
type: string
x-client-event-enabled:
schema:
type: boolean
x-connection-hash:
schema:
type: string
x-content-type-options:
schema:
type: string
x-response-time:
schema:
type: integer
x-transaction:
schema:
type: string
x-transaction-id:
schema:
type: string
x-twitter-response-tags:
schema:
type: string