62fb97f71c
The 'enabled' key in the parameters list refers to a tenant, not a user. The `/v2.0/users/{userId}/OS-KSADM/enabled` method is operating on a user, so we should use the 'enabled_1' key. 'enabled_1' is not a very descriptive name so let's call it 'enabled_user' instead. Moreover, this parameter is required, so it does not make sense for it to have a default when the user must supply a value, so this patch modifies the 'enabled_1' (now called 'enabled_user') description to reflect that. Change-Id: I81a7c68d5000ca6acab74679b49eeb619a5b914e |
||
---|---|---|
.. | ||
samples | ||
index.rst | ||
ksadm-admin.inc | ||
kscrud.inc | ||
ksec2-admin.inc | ||
parameters.yaml |