Skip to content

Commit

Permalink
Deploying to gh-pages from @ 007d426 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Feb 11, 2024
1 parent 17a7fd4 commit 85d3b7b
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
49 changes: 49 additions & 0 deletions dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6109,6 +6109,55 @@ components:
isRepresenting:
type: boolean
default: false
example: true
description: >-
Whether the user is representing the group. This makes the group
show up above the name tag in-game.
roleIds:
type: array
items:
$ref: '#/components/schemas/GroupRoleID'
mRoleIds:
type: array
items:
$ref: '#/components/schemas/GroupRoleID'
joinedAt:
type: string
format: date-time
membershipStatus:
type: string
example: member
visibility:
type: string
example: visible
isSubscribedToAnnouncements:
type: boolean
default: false
createdAt:
description: >-
Only visible via the /groups/:groupId/members endpoint, **not** when
fetching a specific user.
type: string
format: date-time
nullable: true
bannedAt:
description: >-
Only visible via the /groups/:groupId/members endpoint, **not** when
fetching a specific user.
type: string
format: date-time
nullable: true
managerNotes:
description: >-
Only visible via the /groups/:groupId/members endpoint, **not** when
fetching a specific user.
type: string
nullable: true
lastPostReadAt:
type: string
format: date-time
hasJoinedFromPurchase:
type: boolean
GroupUserVisibility:
example: visible
title: GroupUserVisibility
Expand Down
49 changes: 49 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6109,6 +6109,55 @@ components:
isRepresenting:
type: boolean
default: false
example: true
description: >-
Whether the user is representing the group. This makes the group
show up above the name tag in-game.
roleIds:
type: array
items:
$ref: '#/components/schemas/GroupRoleID'
mRoleIds:
type: array
items:
$ref: '#/components/schemas/GroupRoleID'
joinedAt:
type: string
format: date-time
membershipStatus:
type: string
example: member
visibility:
type: string
example: visible
isSubscribedToAnnouncements:
type: boolean
default: false
createdAt:
description: >-
Only visible via the /groups/:groupId/members endpoint, **not** when
fetching a specific user.
type: string
format: date-time
nullable: true
bannedAt:
description: >-
Only visible via the /groups/:groupId/members endpoint, **not** when
fetching a specific user.
type: string
format: date-time
nullable: true
managerNotes:
description: >-
Only visible via the /groups/:groupId/members endpoint, **not** when
fetching a specific user.
type: string
nullable: true
lastPostReadAt:
type: string
format: date-time
hasJoinedFromPurchase:
type: boolean
GroupUserVisibility:
example: visible
title: GroupUserVisibility
Expand Down

0 comments on commit 85d3b7b

Please sign in to comment.