Skip to content

Commit 447d909

Browse files
authored
Merge pull request #668 from bbiggerr/release-4.133.0
Release 4.133.0
2 parents 0b061a8 + becd9c6 commit 447d909

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

openapi.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.132.0
3+
version: 4.133.0
44

55
title: Linode API
66
description: |
@@ -15906,7 +15906,7 @@ paths:
1590615906
expires_in:
1590715907
type: integer
1590815908
minimum: 360
15909-
maximum: 68400
15909+
maximum: 86400
1591015910
default: 3600
1591115911
description: >
1591215912
How long this signed URL will be valid for, in seconds. If
@@ -19238,6 +19238,19 @@ components:
1923819238
the estimate.
1923919239
example: 145
1924019240
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
1924119254
capabilities:
1924219255
type: array
1924319256
items:

0 commit comments

Comments
 (0)