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:
parent
7ffc39f071
commit
7e693dd107
@ -1135,7 +1135,7 @@ group_id_1:
|
|||||||
description: |
|
description: |
|
||||||
The ID of the group.
|
The ID of the group.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
group_name:
|
group_name:
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user