1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-07-31 18:16:41 +09:00
parent 853709bb44
commit 31d7235baf
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
16 changed files with 156 additions and 52 deletions

View file

@ -230,7 +230,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UserTweetsResponse'
oneOf:
- $ref: '#/components/schemas/UserTweetsResponse'
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
description: Successful operation
headers:
x-connection-hash:
@ -433,7 +435,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UserHighlightsTweetsResponse'
oneOf:
- $ref: '#/components/schemas/UserHighlightsTweetsResponse'
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
description: Successful operation
headers:
x-connection-hash:
@ -627,7 +631,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UserTweetsResponse'
oneOf:
- $ref: '#/components/schemas/UserTweetsResponse'
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
description: Successful operation
headers:
x-connection-hash:
@ -816,7 +822,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UserTweetsResponse'
oneOf:
- $ref: '#/components/schemas/UserTweetsResponse'
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
description: Successful operation
headers:
x-connection-hash:
@ -1005,7 +1013,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/UserTweetsResponse'
oneOf:
- $ref: '#/components/schemas/UserTweetsResponse'
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
description: Successful operation
headers:
x-connection-hash: