Skip to content

Commit 9c74ea1

Browse files
authored
Merge pull request #334 from linode/release-4.76.0
Release 4.76.0
2 parents 1e8b3ad + 72db48c commit 9c74ea1

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

openapi.yaml

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

55
title: Linode API
66
description: |
@@ -9538,6 +9538,8 @@ paths:
95389538
x-linode-cli-command: firewalls
95399539
get:
95409540
x-linode-grant: read_only
9541+
servers:
9542+
- url: https://api.linode.com/v4beta
95419543
tags:
95429544
- Networking
95439545
parameters:
@@ -9682,6 +9684,8 @@ paths:
96829684
x-linode-cli-command: firewalls
96839685
get:
96849686
x-linode-grant: read_only
9687+
servers:
9688+
- url: https://api.linode.com/v4beta
96859689
tags:
96869690
- Networking
96879691
summary: View Firewall Device
@@ -9784,6 +9788,8 @@ paths:
97849788
x-linode-cli-command: firewalls
97859789
get:
97869790
x-linode-grant: read_only
9791+
servers:
9792+
- url: https://api.linode.com/v4beta
97879793
tags:
97889794
- Networking
97899795
summary: List Firewall Rules
@@ -11520,14 +11526,7 @@ paths:
1152011526
content:
1152111527
application/json:
1152211528
schema:
11523-
allOf:
11524-
- $ref: '#/components/schemas/ObjectStorageKey'
11525-
- type: object
11526-
properties:
11527-
secret_key:
11528-
type: string
11529-
description: This keypair’s secret key. **Only returned on key creation**.
11530-
example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
11529+
$ref: '#/components/schemas/ObjectStorageKey'
1153111530
default:
1153211531
$ref: '#/components/responses/ErrorResponse'
1153311532
x-code-samples:
@@ -14451,8 +14450,8 @@ components:
1445114450
type: string
1445214451
format: date-time
1445314452
description: >
14454-
When this app's access token expires. Please note that apps may still have active
14455-
refresh tokens after this time passes.
14453+
When the app's access to your account expires. If `null`, the app's
14454+
access must be revoked manually.
1445614455
example: '2018-01-15T00:01:01'
1445714456
readOnly: true
1445814457
x-linode-cli-display: 6
@@ -14699,13 +14698,13 @@ components:
1469914698
created:
1470014699
type: string
1470114700
format: date-time
14702-
description: When this Linode was created.
14701+
description: When this Disk was created.
1470314702
example: '2018-01-01T00:01:01'
1470414703
readOnly: true
1470514704
updated:
1470614705
type: string
1470714706
format: date-time
14708-
description: When this Linode was last updated.
14707+
description: When this Disk was last updated.
1470914708
example: '2018-01-01T00:01:01'
1471014709
readOnly: true
1471114710
DiskRequest:
@@ -18796,6 +18795,11 @@ components:
1879618795
description: This keypair's access key. This is not secret.
1879718796
example: KVAKUTGBA4WTR2NSJQ81
1879818797
readOnly: true
18798+
secret_key:
18799+
type: string
18800+
description: This keypair's secret key. Only returned on key creation.
18801+
example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
18802+
readOnly: true
1879918803
limited:
1880018804
type: boolean
1880118805
description: Whether or not this key is a limited access key. Will return `false` if this key grants full access to all buckets on the user's account.
@@ -18812,6 +18816,10 @@ components:
1881218816
* [list all buckets](/api/v4/object-storage-buckets/) available on this Account, but cannot perform any actions on a bucket unless it has access to the bucket.
1881318817

1881418818
* [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them.
18819+
18820+
18821+
**Note:** You can create an Object Storage Limited Access Key without access to any buckets.
18822+
This is achieved by sending a request with an empty `bucket_access` array.
1881518823
items:
1881618824
type: object
1881718825
properties:
@@ -19043,8 +19051,9 @@ components:
1904319051
timezone:
1904419052
type: string
1904519053
description: >
19046-
The timezone you prefer to see times in. This is not used by the API, and is
19047-
for the benefit of clients only. All times the API returns are in UTC.
19054+
The timezone you prefer to see times in. This is not used by the API directly.
19055+
It is provided for the benefit of clients such as the Linode Cloud Manager and
19056+
other clients built on the API. All times returned by the API are in UTC.
1904819057
example: US/Eastern
1904919058
email_notifications:
1905019059
type: boolean

0 commit comments

Comments
 (0)