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:
liyi 2017-07-13 13:46:54 +08:00
parent 88082b0e2b
commit 76142b371c
1 changed files with 1 additions and 1 deletions

View File

@ -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.