Change tags type from 'string' to 'array'
Type of tags in stack object is array, not string. Change-Id: I934c3f0cc159126f43b0d0fcd0b5d9efc9c25390
This commit is contained in:
parent
88082b0e2b
commit
76142b371c
@ -1409,7 +1409,7 @@ stack_tags:
|
||||
The stack tags.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
type: array
|
||||
stack_template:
|
||||
description: |
|
||||
The template used to create the stack.
|
||||
|
Loading…
Reference in New Issue
Block a user