Skip to content

Commit

Permalink
Add IsGiftDrop to Subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Nov 19, 2024
1 parent 2c9ebeb commit af6a675
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 af6a675

Please sign in to comment.