Skip to content

Commit 2f3cf5e

Browse files
authored
Merge pull request #324 from victoriaroan/bug/show-obj-secret-key-on-create
Fixed createObjectStorageKeys response
2 parents 12d0c40 + 150a543 commit 2f3cf5e

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
@@ -11460,14 +11460,7 @@ paths:
1146011460
content:
1146111461
application/json:
1146211462
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'
1147111464
default:
1147211465
$ref: '#/components/responses/ErrorResponse'
1147311466
x-code-samples:
@@ -18736,6 +18729,11 @@ components:
1873618729
description: This keypair's access key. This is not secret.
1873718730
example: KVAKUTGBA4WTR2NSJQ81
1873818731
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
1873918737
limited:
1874018738
type: boolean
1874118739
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)