Merge "Discrepancy in api-ref and code for create group type API"

This commit is contained in:
Zuul 2018-01-03 06:36:01 +00:00 committed by Gerrit Code Review
commit 5419ca908c
2 changed files with 9 additions and 1 deletions

View File

@ -29,6 +29,7 @@ Request
- group_type: group_type
- name: name_16
- description: description_12
- is_public: is_public_2
Request Example
---------------
@ -183,6 +184,7 @@ Request
- group_type: group_type
- name: name_16
- description: description_12
- is_public: is_public_2
- group_specs: group_specs
Request Example

View File

@ -1409,6 +1409,12 @@ is_public_1:
in: body
required: false
type: boolean
is_public_2:
description:
Whether the group type is publicly visible.
in: body
required: false
type: boolean
is_up:
description: |
Filter by up/down status.
@ -1772,7 +1778,7 @@ name_16:
description: |
The group type name.
in: body
required: false
required: true
type: string
name_17:
description: |