1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

feat schema

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-11-01 01:42:06 +09:00
parent e8f6402a65
commit 9256a68c69
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 16 additions and 6 deletions

View file

@ -151,6 +151,7 @@ components:
role:
enum:
- Member
- Moderator
type: string
user_results:
$ref: '#/components/schemas/UserResults'
@ -400,7 +401,6 @@ components:
- id_str
- name
- description
- question
- search_tags
- actions
- admin_results
@ -628,6 +628,7 @@ components:
- ShowMore
- ShowMoreThreads
- Gap
- ShowMoreThreadsPrompt
type: string
DeleteBookmarkResponse:
properties:
@ -689,6 +690,8 @@ components:
properties:
actionText:
type: string
labelText:
type: string
required:
- actionText
type: object