Merge "api-ref: remove user_id from keypair list response and fix 2.10"
This commit is contained in:
@@ -36,7 +36,6 @@ Response
|
||||
- public_key: keypair_public_key
|
||||
- fingerprint: keypair_fingerprint
|
||||
- type: keypair_type
|
||||
- user_id: keypair_userid
|
||||
- keypairs_links: keypair_links
|
||||
|
||||
**Example List Keypairs: JSON response**
|
||||
|
||||
@@ -2711,13 +2711,14 @@ keypair_type:
|
||||
description: |
|
||||
The type of the keypair. Allowed values are ``ssh`` or ``x509``
|
||||
min_version: 2.2
|
||||
# NOTE(mriedem): This is the user_id description for the keypair create/show
|
||||
# response which has always been returned.
|
||||
keypair_userid:
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
description: |
|
||||
The user_id for a keypair.
|
||||
min_version: 2.10
|
||||
keypair_userid_in:
|
||||
in: body
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user