Correcting parameter type
The type of parameter should be "array" instead of "list". Change-Id: I2606204bed081d4b7413a6745773841dffce91a4changes/40/365540/1
parent
313e47f47a
commit
cc9480699c
|
@ -1531,7 +1531,7 @@ template_version_alias:
|
|||
``heat_template_version.newton``.
|
||||
in: body
|
||||
required: true
|
||||
type: list
|
||||
type: array
|
||||
template_versions:
|
||||
description: |
|
||||
A list of template version object each describes the type name and version
|
||||
|
|
Loading…
Reference in New Issue