api-ref: Fix parameters attributes

Changing 'required' of parameters 'in path' to 'true'.

Change-Id: Ib1e46914045ea9dc7b65b7a209f0fe55cac03b5f
This commit is contained in:
Anh Tran 2016-08-17 10:46:23 +07:00
parent 35ee1a9564
commit b6744a6412
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ endpoint_group_id_path:
description: | description: |
The UUID of the endpoint group. The UUID of the endpoint group.
in: path in: path
required: false required: true
type: string type: string
endpoint_id_path: endpoint_id_path:
description: | description: |

View File

@ -40,7 +40,7 @@ domain_group_template:
The group name, which is ``ldap`` or The group name, which is ``ldap`` or
``identity``. ``identity``.
in: path in: path
required: false required: true
type: string type: string
domain_id_path: domain_id_path:
description: | description: |
@ -120,7 +120,7 @@ service_id_path:
description: | description: |
The service ID. The service ID.
in: path in: path
required: false required: true
type: string type: string
user_id_path: user_id_path:
description: | description: |