mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update tags
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
ac508e013d
commit
59e1e2b8e2
8 changed files with 20 additions and 15 deletions
8
dist/compatible/openapi-3.0.yaml
vendored
8
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -135,11 +135,13 @@ security:
|
|||
servers:
|
||||
- url: https://twitter.com/i/api
|
||||
tags:
|
||||
- description: response User
|
||||
- description: Responses containing User objects.
|
||||
name: user
|
||||
- description: response User list
|
||||
- description: Responses containing List[User] objects.
|
||||
name: users
|
||||
- description: Responses containing instruction objects.
|
||||
name: user-list
|
||||
- description: response tweet
|
||||
- description: Responses containing instruction objects.
|
||||
name: tweet
|
||||
- description: post
|
||||
name: post
|
||||
|
|
|
|||
2
dist/compatible/paths/user.yaml
vendored
2
dist/compatible/paths/user.yaml
vendored
|
|
@ -230,4 +230,4 @@ paths:
|
|||
schema:
|
||||
type: string
|
||||
tags:
|
||||
- user
|
||||
- users
|
||||
|
|
|
|||
8
dist/docs/openapi-3.0.yaml
vendored
8
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -135,11 +135,13 @@ security:
|
|||
servers:
|
||||
- url: https://twitter.com/i/api
|
||||
tags:
|
||||
- description: response User
|
||||
- description: Responses containing User objects.
|
||||
name: user
|
||||
- description: response User list
|
||||
- description: Responses containing List[User] objects.
|
||||
name: users
|
||||
- description: Responses containing instruction objects.
|
||||
name: user-list
|
||||
- description: response tweet
|
||||
- description: Responses containing instruction objects.
|
||||
name: tweet
|
||||
- description: post
|
||||
name: post
|
||||
|
|
|
|||
2
dist/docs/paths/user.yaml
vendored
2
dist/docs/paths/user.yaml
vendored
|
|
@ -335,4 +335,4 @@ paths:
|
|||
schema:
|
||||
type: string
|
||||
tags:
|
||||
- user
|
||||
- users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue