mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40: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
|
||||
operationId: postCreateTweet
|
||||
parameters:
|
||||
- content:
|
||||
application/json:
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
dark_request:
|
||||
|
|
@ -177,11 +178,9 @@ paths:
|
|||
- semantic_annotation_ids
|
||||
- dark_request
|
||||
type: object
|
||||
in: query
|
||||
name: variables
|
||||
- in: query
|
||||
name: features
|
||||
required: true
|
||||
- content:
|
||||
application/json:
|
||||
schema:
|
||||
properties:
|
||||
blue_business_profile_image_shape_enabled:
|
||||
|
|
@ -281,9 +280,6 @@ paths:
|
|||
- responsive_web_graphql_timeline_navigation_enabled
|
||||
- responsive_web_enhance_cards_enabled
|
||||
type: object
|
||||
in: query
|
||||
name: features
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
|
@ -332,8 +328,9 @@ paths:
|
|||
description: delete Retweet
|
||||
operationId: postDeleteTweet
|
||||
parameters:
|
||||
- content:
|
||||
application/json:
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
|
|
@ -343,9 +340,6 @@ paths:
|
|||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
in: query
|
||||
name: variables
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
|
@ -394,8 +388,9 @@ paths:
|
|||
description: unfavorite Tweet
|
||||
operationId: postUnfavoriteTweet
|
||||
parameters:
|
||||
- content:
|
||||
application/json:
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
|
|
@ -405,9 +400,6 @@ paths:
|
|||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
in: query
|
||||
name: variables
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
|
@ -456,8 +448,9 @@ paths:
|
|||
description: delete Retweet
|
||||
operationId: postDeleteRetweet
|
||||
parameters:
|
||||
- content:
|
||||
application/json:
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
|
|
@ -467,9 +460,6 @@ paths:
|
|||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
in: query
|
||||
name: variables
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
|
@ -518,8 +508,9 @@ paths:
|
|||
description: favorite Tweet
|
||||
operationId: postFavoriteTweet
|
||||
parameters:
|
||||
- content:
|
||||
application/json:
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
|
|
@ -529,9 +520,6 @@ paths:
|
|||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
in: query
|
||||
name: variables
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
|
@ -580,8 +568,9 @@ paths:
|
|||
description: create Retweet
|
||||
operationId: postCreateRetweet
|
||||
parameters:
|
||||
- content:
|
||||
application/json:
|
||||
- in: query
|
||||
name: variables
|
||||
required: true
|
||||
schema:
|
||||
properties:
|
||||
tweet_id:
|
||||
|
|
@ -591,9 +580,6 @@ paths:
|
|||
required:
|
||||
- tweet_id
|
||||
type: object
|
||||
in: query
|
||||
name: variables
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue