Skip to content

Commit

Permalink
Add IsGiftDrop to Subscription (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre authored Nov 19, 2024
1 parent b9ba143 commit ea94d83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/components/schemas/UserSubscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ properties:
isGift:
type: boolean
default: false
isGiftDrop:
type: boolean
default: false
required:
- id
- transactionId
Expand All @@ -65,4 +68,5 @@ required:
- updated_at
- licenseGroups
- isGift
- isGiftDrop
title: UserSubscription

0 comments on commit ea94d83

Please sign in to comment.