Fix api-ref for list endpoints

According to the [1], list endpoints filter also have
``region_id`` parameter which is missing from api-ref.
This patch updates the same in api-ref.

[1]https://github.com/openstack/keystone/blob/master/keystone/api/endpoints.py#L78

Change-Id: I3982c98506f945b47c056ed1c9e5eee673a3662a
This commit is contained in:
Vishakha Agarwal 2020-07-21 21:22:40 +05:30
parent 05e9ac007f
commit 311184c394

View File

@ -318,6 +318,7 @@ Parameters
- interface: interface_query
- service_id: service_id_query
- region_id: region_id_query
Response
--------