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"
|
$ref: "#/components/schemas/Community"
|
||||||
role:
|
role:
|
||||||
type: string
|
type: string
|
||||||
enum: [Member, Moderator]
|
enum: [Member, Moderator, Admin]
|
||||||
user_results:
|
user_results:
|
||||||
$ref: "user.yaml#/components/schemas/UserResults"
|
$ref: "user.yaml#/components/schemas/UserResults"
|
||||||
|
|
||||||
|
|
@ -964,6 +964,7 @@ components:
|
||||||
- "stale_tweet"
|
- "stale_tweet"
|
||||||
- "community_tweet_non_member_public_community"
|
- "community_tweet_non_member_public_community"
|
||||||
- "community_tweet_non_member_closed_community"
|
- "community_tweet_non_member_closed_community"
|
||||||
|
- "blocked_viewer"
|
||||||
place:
|
place:
|
||||||
additionalProperties: true # todo
|
additionalProperties: true # todo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue