mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
Update typename.yaml, CommunityData 'join_policy' and 'invites_policy' to support additional values
This commit is contained in:
parent
a6c2dc9c3d
commit
583ccacb5e
2 changed files with 3 additions and 2 deletions
|
|
@ -488,10 +488,10 @@ components:
|
|||
$ref: "#/components/schemas/CommunityJoinRequestsResult"
|
||||
join_policy:
|
||||
type: string
|
||||
enum: [Open]
|
||||
enum: [Open, RestrictedJoinRequestsRequireModeratorApproval]
|
||||
invites_policy:
|
||||
type: string
|
||||
enum: [MemberInvitesAllowed]
|
||||
enum: [MemberInvitesAllowed, ModeratorInvitesAllowed]
|
||||
is_pinned:
|
||||
type: boolean
|
||||
members_facepile_results:
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ components:
|
|||
Community,
|
||||
CommunityDeleteActionUnavailable,
|
||||
CommunityJoinAction,
|
||||
CommunityJoinActionUnavailable,
|
||||
CommunityLeaveActionUnavailable,
|
||||
CommunityTweetPinActionUnavailable,
|
||||
CommunityTweetUnpinActionUnavailable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue