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
521819c3c9
commit
c22926614e
1 changed files with 178 additions and 192 deletions
54
dist/docs/paths/post.yaml
vendored
54
dist/docs/paths/post.yaml
vendored
|
|
@ -141,8 +141,9 @@ paths:
|
||||||
description: create Tweet
|
description: create Tweet
|
||||||
operationId: postCreateTweet
|
operationId: postCreateTweet
|
||||||
parameters:
|
parameters:
|
||||||
- content:
|
- in: query
|
||||||
application/json:
|
name: variables
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
dark_request:
|
dark_request:
|
||||||
|
|
@ -177,11 +178,9 @@ paths:
|
||||||
- semantic_annotation_ids
|
- semantic_annotation_ids
|
||||||
- dark_request
|
- dark_request
|
||||||
type: object
|
type: object
|
||||||
in: query
|
- in: query
|
||||||
name: variables
|
name: features
|
||||||
required: true
|
required: true
|
||||||
- content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
blue_business_profile_image_shape_enabled:
|
blue_business_profile_image_shape_enabled:
|
||||||
|
|
@ -281,9 +280,6 @@ paths:
|
||||||
- responsive_web_graphql_timeline_navigation_enabled
|
- responsive_web_graphql_timeline_navigation_enabled
|
||||||
- responsive_web_enhance_cards_enabled
|
- responsive_web_enhance_cards_enabled
|
||||||
type: object
|
type: object
|
||||||
in: query
|
|
||||||
name: features
|
|
||||||
required: true
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
content:
|
content:
|
||||||
|
|
@ -332,8 +328,9 @@ paths:
|
||||||
description: delete Retweet
|
description: delete Retweet
|
||||||
operationId: postDeleteTweet
|
operationId: postDeleteTweet
|
||||||
parameters:
|
parameters:
|
||||||
- content:
|
- in: query
|
||||||
application/json:
|
name: variables
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
tweet_id:
|
tweet_id:
|
||||||
|
|
@ -343,9 +340,6 @@ paths:
|
||||||
required:
|
required:
|
||||||
- tweet_id
|
- tweet_id
|
||||||
type: object
|
type: object
|
||||||
in: query
|
|
||||||
name: variables
|
|
||||||
required: true
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
content:
|
content:
|
||||||
|
|
@ -394,8 +388,9 @@ paths:
|
||||||
description: unfavorite Tweet
|
description: unfavorite Tweet
|
||||||
operationId: postUnfavoriteTweet
|
operationId: postUnfavoriteTweet
|
||||||
parameters:
|
parameters:
|
||||||
- content:
|
- in: query
|
||||||
application/json:
|
name: variables
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
tweet_id:
|
tweet_id:
|
||||||
|
|
@ -405,9 +400,6 @@ paths:
|
||||||
required:
|
required:
|
||||||
- tweet_id
|
- tweet_id
|
||||||
type: object
|
type: object
|
||||||
in: query
|
|
||||||
name: variables
|
|
||||||
required: true
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
content:
|
content:
|
||||||
|
|
@ -456,8 +448,9 @@ paths:
|
||||||
description: delete Retweet
|
description: delete Retweet
|
||||||
operationId: postDeleteRetweet
|
operationId: postDeleteRetweet
|
||||||
parameters:
|
parameters:
|
||||||
- content:
|
- in: query
|
||||||
application/json:
|
name: variables
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
tweet_id:
|
tweet_id:
|
||||||
|
|
@ -467,9 +460,6 @@ paths:
|
||||||
required:
|
required:
|
||||||
- tweet_id
|
- tweet_id
|
||||||
type: object
|
type: object
|
||||||
in: query
|
|
||||||
name: variables
|
|
||||||
required: true
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
content:
|
content:
|
||||||
|
|
@ -518,8 +508,9 @@ paths:
|
||||||
description: favorite Tweet
|
description: favorite Tweet
|
||||||
operationId: postFavoriteTweet
|
operationId: postFavoriteTweet
|
||||||
parameters:
|
parameters:
|
||||||
- content:
|
- in: query
|
||||||
application/json:
|
name: variables
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
tweet_id:
|
tweet_id:
|
||||||
|
|
@ -529,9 +520,6 @@ paths:
|
||||||
required:
|
required:
|
||||||
- tweet_id
|
- tweet_id
|
||||||
type: object
|
type: object
|
||||||
in: query
|
|
||||||
name: variables
|
|
||||||
required: true
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
content:
|
content:
|
||||||
|
|
@ -580,8 +568,9 @@ paths:
|
||||||
description: create Retweet
|
description: create Retweet
|
||||||
operationId: postCreateRetweet
|
operationId: postCreateRetweet
|
||||||
parameters:
|
parameters:
|
||||||
- content:
|
- in: query
|
||||||
application/json:
|
name: variables
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
properties:
|
properties:
|
||||||
tweet_id:
|
tweet_id:
|
||||||
|
|
@ -591,9 +580,6 @@ paths:
|
||||||
required:
|
required:
|
||||||
- tweet_id
|
- tweet_id
|
||||||
type: object
|
type: object
|
||||||
in: query
|
|
||||||
name: variables
|
|
||||||
required: true
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
content:
|
content:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue