Skip to content

Commit 150a543

Browse files
committed
Fixed createObjectStorageKeys response
fixes linode/linode-cli#199
1 parent 3074365 commit 150a543

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

openapi.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10763,14 +10763,7 @@ paths:
1076310763
content:
1076410764
application/json:
1076510765
schema:
10766-
allOf:
10767-
- $ref: '#/components/schemas/ObjectStorageKey'
10768-
- type: object
10769-
properties:
10770-
secret_key:
10771-
type: string
10772-
description: This keypair’s secret key. **Only returned on key creation**.
10773-
example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
10766+
$ref: '#/components/schemas/ObjectStorageKey'
1077410767
default:
1077510768
$ref: '#/components/responses/ErrorResponse'
1077610769
x-code-samples:
@@ -17813,6 +17806,11 @@ components:
1781317806
description: This keypair's access key. This is not secret.
1781417807
example: KVAKUTGBA4WTR2NSJQ81
1781517808
readOnly: true
17809+
secret_key:
17810+
type: string
17811+
description: This keypair's secret key. Only returned on key creation.
17812+
example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
17813+
readOnly: true
1781617814
limited:
1781717815
type: boolean
1781817816
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.

0 commit comments

Comments
 (0)