keystone/api-ref/source/v2-ext/samples/OS-KSADM/user-set-password-request.json
Steve Martinelli 7f7cfe7b7e v2 api: add APIs for setting a user's password
Add support for an admin setting a user's password, the route
is defined here:

https://github.com/openstack/keystone/blob/master/keystone/v2_crud/admin_crud.py#L110-L114

Also, this patch updates the sample response and sample request
for enabling a user, since the two APIs are very similar.

Change-Id: I3ad0d4ab8ebec7481954997cd0b127627a18f13d
2016-07-18 21:17:13 +00:00

6 lines
59 B
JSON

{
"user": {
"password": "new_password"
}
}