Merge "Discrepancy in api-ref and code for create group type API"
This commit is contained in:
commit
5419ca908c
@ -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
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user