Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10763,14 +10763,7 @@ paths:
content:
application/json:
schema:
allOf:
- $ref: '#/components/schemas/ObjectStorageKey'
- type: object
properties:
secret_key:
type: string
description: This keypair’s secret key. **Only returned on key creation**.
example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
$ref: '#/components/schemas/ObjectStorageKey'
default:
$ref: '#/components/responses/ErrorResponse'
x-code-samples:
Expand Down Expand Up @@ -17813,6 +17806,11 @@ components:
description: This keypair's access key. This is not secret.
example: KVAKUTGBA4WTR2NSJQ81
readOnly: true
secret_key:
type: string
description: This keypair's secret key. Only returned on key creation.
example: OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw
readOnly: true
limited:
type: boolean
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.
Expand Down