Skip to content

Commit

Permalink
fix(group): specify some GroupMember fields are nullable
Browse files Browse the repository at this point in the history
Specify that some recently added GroupMember fields are nullable
through observeration of api responses.
  • Loading branch information
ttshivers committed Oct 20, 2024
1 parent b9eaff9 commit 62876d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/components/schemas/GroupMember.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ type: object
properties:
acceptedByDisplayName:
type: string
nullable: true
acceptedById:
$ref: ./UserID.yaml
nullable: true
id:
$ref: ./GroupMemberID.yaml
groupId:
Expand Down

0 comments on commit 62876d3

Please sign in to comment.