Skip to content

Commit 968c993

Browse files
authored
Merge pull request #411 from bbiggerr/account-promotions-service-type
[Update] Account View GET /account - add service_type to active_promotions
2 parents 393b042 + fa0f73d commit 968c993

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

openapi.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15388,6 +15388,25 @@ components:
1538815388
description: >
1538915389
The amount of credit left for this month for this promotion.
1539015390
example: "10.00"
15391+
service_type:
15392+
type: string
15393+
enum:
15394+
- all
15395+
- backup
15396+
- blockstorage
15397+
- db_mysql
15398+
- ip_v4
15399+
- linode
15400+
- linode_disk
15401+
- linode_memory
15402+
- longview
15403+
- managed
15404+
- nodebalancer
15405+
- objectstorage
15406+
- transfer_tx
15407+
description: >
15408+
The service to which this promotion applies.
15409+
example: "all"
1539115410
active_since:
1539215411
type: string
1539315412
format: date-time

0 commit comments

Comments
 (0)