mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50: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
|
|
@ -56,11 +56,13 @@ security:
|
|||
- AuthType: []
|
||||
tags:
|
||||
- name: user
|
||||
description: response User
|
||||
description: Responses containing User objects.
|
||||
- name: users
|
||||
description: Responses containing List[User] objects.
|
||||
- name: user-list
|
||||
description: response User list
|
||||
description: Responses containing instruction objects.
|
||||
- name: tweet
|
||||
description: response tweet
|
||||
description: Responses containing instruction objects.
|
||||
- name: post
|
||||
description: post
|
||||
- name: v1.1-get
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ paths:
|
|||
- $ref: "#/components/schemas/UsersResponse"
|
||||
- $ref: "./../schemas/error.yaml#/components/schemas/Errors"
|
||||
tags:
|
||||
- "user"
|
||||
- "users"
|
||||
|
||||
components:
|
||||
schemas:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue