Optional request parameters should be not required

Change-Id: I617ba531f9c151c8042103d7345eda2c43d81e5c
This commit is contained in:
zlyqqq 2017-07-20 19:15:21 +08:00
parent 025e844fc4
commit 4b81676d27
1 changed files with 4 additions and 4 deletions

View File

@ -858,7 +858,7 @@ group_description_request_body:
description: |
The description of the group.
in: body
required: true
required: false
type: string
group_description_response_body:
description: |
@ -884,7 +884,7 @@ group_domain_id_request_body:
description: |
The ID of the domain of the group.
in: body
required: true
required: false
type: string
group_domain_id_response_body:
description: |
@ -1367,7 +1367,7 @@ service_description:
description: |
The service description.
in: body
required: true
required: false
type: string
service_description_not_required:
description: |
@ -1382,7 +1382,7 @@ service_enabled:
endpoints do not appear in the service catalog. - ``true``. The
service and its endpoints appear in the service catalog.
in: body
required: true
required: false
type: boolean
service_enabled_not_required:
description: |