Skip to content

Commit f656bbe

Browse files
authored
Rename isGiftDrop to isBulkGift (#414)
1 parent 4f193a7 commit f656bbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi/components/schemas/UserSubscription.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ properties:
5050
isGift:
5151
type: boolean
5252
default: false
53-
isGiftDrop:
53+
isBulkGift:
5454
type: boolean
5555
default: false
5656
required:
@@ -68,5 +68,5 @@ required:
6868
- updated_at
6969
- licenseGroups
7070
- isGift
71-
- isGiftDrop
71+
- isBulkGift
7272
title: UserSubscription

0 commit comments

Comments
 (0)