mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
Add 'Admin' to AuthorCommunityRelationship 'role' enum
This commit is contained in:
parent
583ccacb5e
commit
42a5a20d67
1 changed files with 2 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ components:
|
|||
$ref: "#/components/schemas/Community"
|
||||
role:
|
||||
type: string
|
||||
enum: [Member, Moderator]
|
||||
enum: [Member, Moderator, Admin]
|
||||
user_results:
|
||||
$ref: "user.yaml#/components/schemas/UserResults"
|
||||
|
||||
|
|
@ -964,6 +964,7 @@ components:
|
|||
- "stale_tweet"
|
||||
- "community_tweet_non_member_public_community"
|
||||
- "community_tweet_non_member_closed_community"
|
||||
- "blocked_viewer"
|
||||
place:
|
||||
additionalProperties: true # todo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue