You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+24-15Lines changed: 24 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
openapi: 3.0.1
2
2
info:
3
-
version: 4.75.0
3
+
version: 4.76.0
4
4
5
5
title: Linode API
6
6
description: |
@@ -9538,6 +9538,8 @@ paths:
9538
9538
x-linode-cli-command: firewalls
9539
9539
get:
9540
9540
x-linode-grant: read_only
9541
+
servers:
9542
+
- url: https://api.linode.com/v4beta
9541
9543
tags:
9542
9544
- Networking
9543
9545
parameters:
@@ -9682,6 +9684,8 @@ paths:
9682
9684
x-linode-cli-command: firewalls
9683
9685
get:
9684
9686
x-linode-grant: read_only
9687
+
servers:
9688
+
- url: https://api.linode.com/v4beta
9685
9689
tags:
9686
9690
- Networking
9687
9691
summary: View Firewall Device
@@ -9784,6 +9788,8 @@ paths:
9784
9788
x-linode-cli-command: firewalls
9785
9789
get:
9786
9790
x-linode-grant: read_only
9791
+
servers:
9792
+
- url: https://api.linode.com/v4beta
9787
9793
tags:
9788
9794
- Networking
9789
9795
summary: List Firewall Rules
@@ -11520,14 +11526,7 @@ paths:
11520
11526
content:
11521
11527
application/json:
11522
11528
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'
11531
11530
default:
11532
11531
$ref: '#/components/responses/ErrorResponse'
11533
11532
x-code-samples:
@@ -14451,8 +14450,8 @@ components:
14451
14450
type: string
14452
14451
format: date-time
14453
14452
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.
14456
14455
example: '2018-01-15T00:01:01'
14457
14456
readOnly: true
14458
14457
x-linode-cli-display: 6
@@ -14699,13 +14698,13 @@ components:
14699
14698
created:
14700
14699
type: string
14701
14700
format: date-time
14702
-
description: When this Linode was created.
14701
+
description: When this Disk was created.
14703
14702
example: '2018-01-01T00:01:01'
14704
14703
readOnly: true
14705
14704
updated:
14706
14705
type: string
14707
14706
format: date-time
14708
-
description: When this Linode was last updated.
14707
+
description: When this Disk was last updated.
14709
14708
example: '2018-01-01T00:01:01'
14710
14709
readOnly: true
14711
14710
DiskRequest:
@@ -18796,6 +18795,11 @@ components:
18796
18795
description: This keypair's access key. This is not secret.
18797
18796
example: KVAKUTGBA4WTR2NSJQ81
18798
18797
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
18799
18803
limited:
18800
18804
type: boolean
18801
18805
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:
18812
18816
* [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.
18813
18817
18814
18818
* [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.
18815
18823
items:
18816
18824
type: object
18817
18825
properties:
@@ -19043,8 +19051,9 @@ components:
19043
19051
timezone:
19044
19052
type: string
19045
19053
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.
0 commit comments