Correcting parameter type
The type of parameter should be "array" instead of "list". Change-Id: I2606204bed081d4b7413a6745773841dffce91a4
This commit is contained in:
parent
313e47f47a
commit
cc9480699c
@ -1531,7 +1531,7 @@ template_version_alias:
|
|||||||
``heat_template_version.newton``.
|
``heat_template_version.newton``.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: array
|
||||||
template_versions:
|
template_versions:
|
||||||
description: |
|
description: |
|
||||||
A list of template version object each describes the type name and version
|
A list of template version object each describes the type name and version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user