api-ref: Fix parameters attributes
Changing 'required' of parameters 'in path' to 'true'. Change-Id: Ib1e46914045ea9dc7b65b7a209f0fe55cac03b5f
This commit is contained in:
parent
35ee1a9564
commit
b6744a6412
@ -23,7 +23,7 @@ endpoint_group_id_path:
|
||||
description: |
|
||||
The UUID of the endpoint group.
|
||||
in: path
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
endpoint_id_path:
|
||||
description: |
|
||||
|
@ -40,7 +40,7 @@ domain_group_template:
|
||||
The group name, which is ``ldap`` or
|
||||
``identity``.
|
||||
in: path
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
domain_id_path:
|
||||
description: |
|
||||
@ -120,7 +120,7 @@ service_id_path:
|
||||
description: |
|
||||
The service ID.
|
||||
in: path
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
user_id_path:
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user