Merge "Fix v2-ext API enabled documentation"

This commit is contained in:
Jenkins 2016-07-26 03:16:44 +00:00 committed by Gerrit Code Review
commit 96af93d361
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ Request
.. rest_parameters:: parameters.yaml
- userId: userId
- enabled: enabled
- enabled: enabled_user
Request Example
---------------

View File

@ -78,10 +78,10 @@ enabled:
in: body
required: true
type: boolean
enabled_1:
enabled_user:
description: |
Indicates whether the user is enabled (``true``)
or disabled(``false``). The default value is ``true``.
Indicates whether the user should be enabled (``true``)
or disabled(``false``).
in: body
required: true
type: boolean