Remove email as optional query parameter
Since in keystone it was decided that a user's email won't be taken as a first class attribute, it is then needed to get it off the API as it is not an attribute with which you can filter users. Related-Bug: #1306835 Change-Id: I42957172ef4c90345cea14df45ce7f499dd20c89
This commit is contained in:
parent
85e91f7cf2
commit
01c32dfabb
@ -2450,7 +2450,6 @@ Response:
|
||||
Optional query parameters:
|
||||
|
||||
- `domain_id` (string)
|
||||
- `email` (string)
|
||||
- `enabled` (key-only, no value expected)
|
||||
- `name` (string)
|
||||
|
||||
@ -2770,7 +2769,6 @@ Response:
|
||||
|
||||
Optional query parameters:
|
||||
|
||||
- `email` (string)
|
||||
- `enabled` (key-only, no value expected)
|
||||
- `name` (string)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user