Skip to content

Commit

Permalink
fix(group): specify joinedAt as nullable (#289)
Browse files Browse the repository at this point in the history
Specify that GroupMember joinedAt can be nullable since it is null
for the GroupMembers returned from `/groups/{groupId}/bans`
  • Loading branch information
ttshivers authored Mar 23, 2024
1 parent 6f36677 commit f8e0230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/components/schemas/GroupMember.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ properties:
joinedAt:
type: string
format: date-time
nullable: true
membershipStatus:
type: string
example: member
Expand Down

0 comments on commit f8e0230

Please sign in to comment.