Discrepancy in api-ref and code for create group snapshot API

'group_id' is mentioned as an optional parameter in api-ref doc for
POST /v3/{project_id}/group_snapshots API but in the code if we don't
pass group-id it returns BadRequest.

This patch fixes this discrepancy by updating the api-ref according
to the code.

Closes-Bug: #1735177
Change-Id: Id2165a07995ab706d4a327f7340dccee7799c7b6
This commit is contained in:
pooja jadhav 2017-11-29 19:16:32 +05:30
parent 7ffc39f071
commit 7e693dd107

View File

@ -1135,7 +1135,7 @@ group_id_1:
description: |
The ID of the group.
in: body
required: false
required: true
type: string
group_name:
description: |