mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-07 04:29:55 +01:00
add NonMember
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
d4cf5c3c9b
commit
100e56ad73
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ components:
|
|||
$ref: "#/components/schemas/Community"
|
||||
role:
|
||||
type: string
|
||||
enum: [Member, Moderator, Admin]
|
||||
enum: [Member, Moderator, Admin, NonMember]
|
||||
user_results:
|
||||
$ref: "user.yaml#/components/schemas/UserResults"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue