File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -11460,14 +11460,7 @@ paths:
11460
11460
content:
11461
11461
application/json:
11462
11462
schema:
11463
- allOf:
11464
- - $ref: '#/components/schemas/ObjectStorageKey'
11465
- - type: object
11466
- properties:
11467
- secret_key:
11468
- type: string
11469
- description: This keypair’s secret key. **Only returned on key creation**.
11470
- example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
11463
+ $ref: '#/components/schemas/ObjectStorageKey'
11471
11464
default:
11472
11465
$ref: '#/components/responses/ErrorResponse'
11473
11466
x-code-samples:
@@ -18736,6 +18729,11 @@ components:
18736
18729
description: This keypair's access key. This is not secret.
18737
18730
example: KVAKUTGBA4WTR2NSJQ81
18738
18731
readOnly: true
18732
+ secret_key:
18733
+ type: string
18734
+ description: This keypair's secret key. Only returned on key creation.
18735
+ example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
18736
+ readOnly: true
18739
18737
limited:
18740
18738
type: boolean
18741
18739
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.
You can’t perform that action at this time.
0 commit comments