Add name in GET API of application credentials

This patch adds the missing name parameter from
api-ref of GET API application credentials [1]

[1] 30f676a1dd/keystone/api/users.py (L567)

Change-Id: Ia70e6fe5219d9f631cc8a9d4749d1c885345e327
This commit is contained in:
Vishakha Agarwal 2019-11-28 16:36:18 +05:30
parent 72cbaa91ff
commit 2c0623bab7
2 changed files with 7 additions and 0 deletions

View File

@ -264,6 +264,7 @@ Parameters
.. rest_parameters:: parameters.yaml .. rest_parameters:: parameters.yaml
- user_id: request_application_credential_user_id_path_required - user_id: request_application_credential_user_id_path_required
- name: request_application_credential_name_query_not_required
Response Response
-------- --------

View File

@ -370,6 +370,12 @@ region_id_query:
in: query in: query
required: false required: false
type: string type: string
request_application_credential_name_query_not_required:
description: |
The name of the application credential. Must be unique to a user.
in: query
required: false
type: string
request_nocatalog_unscoped_path_not_required: request_nocatalog_unscoped_path_not_required:
description: | description: |
(Since v3.1) nocatalog only works for scoped token. For unscoped token, the (Since v3.1) nocatalog only works for scoped token. For unscoped token, the