1
Fork 0
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:
chriskd 2024-11-12 19:12:25 -05:00
parent 583ccacb5e
commit 42a5a20d67

View file

@ -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