mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
853709bb44
commit
31d7235baf
16 changed files with 156 additions and 52 deletions
16
dist/compatible/paths/timeline.yaml
vendored
16
dist/compatible/paths/timeline.yaml
vendored
|
|
@ -124,7 +124,9 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/TimelineResponse'
|
||||
oneOf:
|
||||
- $ref: '#/components/schemas/TimelineResponse'
|
||||
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
|
||||
description: Successful operation
|
||||
headers:
|
||||
x-connection-hash:
|
||||
|
|
@ -206,7 +208,9 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/TimelineResponse'
|
||||
oneOf:
|
||||
- $ref: '#/components/schemas/TimelineResponse'
|
||||
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
|
||||
description: Successful operation
|
||||
headers:
|
||||
x-connection-hash:
|
||||
|
|
@ -286,7 +290,9 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ListLatestTweetsTimelineResponse'
|
||||
oneOf:
|
||||
- $ref: '#/components/schemas/ListLatestTweetsTimelineResponse'
|
||||
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
|
||||
description: Successful operation
|
||||
headers:
|
||||
x-connection-hash:
|
||||
|
|
@ -377,7 +383,9 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/SearchTimelineResponse'
|
||||
oneOf:
|
||||
- $ref: '#/components/schemas/SearchTimelineResponse'
|
||||
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
|
||||
description: Successful operation
|
||||
headers:
|
||||
x-connection-hash:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue