Merge "Fix group_type_id in api-ref"

This commit is contained in:
Zuul 2017-11-29 20:18:52 +00:00 committed by Gerrit Code Review
commit 7ffc39f071
2 changed files with 3 additions and 9 deletions

@ -25,7 +25,7 @@ Request
.. rest_parameters:: parameters.yaml
- project_id: project_id_path
- group_type_id: group_type_id
- group_type_id: group_type_id_1
- group_type: group_type
- name: name_16
- description: description_12
@ -74,7 +74,7 @@ Request
.. rest_parameters:: parameters.yaml
- project_id: project_id_path
- group_type_id: group_type_id
- group_type_id: group_type_id_1
Response Parameters
@ -114,7 +114,7 @@ Request
.. rest_parameters:: parameters.yaml
- group_type_id: group_type_id
- group_type_id: group_type_id_1
- project_id: project_id_path

@ -67,12 +67,6 @@ group_snapshot_id:
in: path
required: true
type: string
group_type_id:
description: |
The UUID for an existing group type.
in: path
required: false
type: string
group_type_id_1:
description: |
The UUID for an existing group type.