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 @@ -10763,14 +10763,7 @@ paths:
10763
10763
content:
10764
10764
application/json:
10765
10765
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'
10774
10767
default:
10775
10768
$ref: '#/components/responses/ErrorResponse'
10776
10769
x-code-samples:
@@ -17813,6 +17806,11 @@ components:
17813
17806
description: This keypair's access key. This is not secret.
17814
17807
example: KVAKUTGBA4WTR2NSJQ81
17815
17808
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
17816
17814
limited:
17817
17815
type: boolean
17818
17816
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