We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 393b042 + fa0f73d commit 968c993Copy full SHA for 968c993
openapi.yaml
@@ -15388,6 +15388,25 @@ components:
15388
description: >
15389
The amount of credit left for this month for this promotion.
15390
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"
15410
active_since:
15411
type: string
15412
format: date-time
0 commit comments