Addition of "type" optional attribute to list credentials.

In the Version 3.5, "type" optional attribute has been added
to list credentials. This patch add the attribute to api
docs.

Change-Id: I8989a3b9084a5ecc720f08be6096b8ed28fa260d
This commit is contained in:
zhanghongtao 2017-06-05 16:08:04 +08:00
parent 115ae54380
commit 9f7c8654b1
1 changed files with 3 additions and 2 deletions

View File

@ -79,8 +79,8 @@ Relationship: ``https://docs.openstack.org/api/openstack-identity/3/rel/credenti
Lists all credentials.
Optionally, you can include the ``user_id`` query parameter in the
URI to filter the response by a user.
Optionally, you can include the ``user_id`` or ``type`` query parameter in the
URI to filter the response by a user or credential type.
Normal response codes: 200
@ -92,6 +92,7 @@ Request
.. rest_parameters:: parameters.yaml
- user_id: user_id_query
- type: credential_type_not_required
Response Parameters
-------------------