File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.132 .0
3
+ version: 4.133 .0
4
4
5
5
title: Linode API
6
6
description: |
@@ -15906,7 +15906,7 @@ paths:
15906
15906
expires_in:
15907
15907
type: integer
15908
15908
minimum: 360
15909
- maximum: 68400
15909
+ maximum: 86400
15910
15910
default: 3600
15911
15911
description: >
15912
15912
How long this signed URL will be valid for, in seconds. If
@@ -19238,6 +19238,19 @@ components:
19238
19238
the estimate.
19239
19239
example: 145
19240
19240
x-linode-cli-display: 4
19241
+ billing_source:
19242
+ type: string
19243
+ readOnly: true
19244
+ enum:
19245
+ - akamai
19246
+ - linode
19247
+ description: >
19248
+ The source of service charges for this Account, as determined by its relationship with Akamai.
19249
+
19250
+ Accounts that are associated with Akamai-specific customers return a value of `akamai`.
19251
+
19252
+ All other Accounts return a value of `linode`.
19253
+ example: akamai
19241
19254
capabilities:
19242
19255
type: array
19243
19256
items:
You can’t perform that action at this time.
0 commit comments