diff options
author | liyi <liyi8611@gmail.com> | 2017-07-13 13:46:54 +0800 |
---|---|---|
committer | liyi <liyi8611@gmail.com> | 2017-07-13 13:46:54 +0800 |
commit | 76142b371cf22b679300e213fb469baacf54e614 (patch) | |
tree | d292975cf0f53416ccaed22f8c15a882df28bbe5 /api-ref | |
parent | 88082b0e2ba807f73941961d88054147575ac47c (diff) | |
download | heat-76142b371cf22b679300e213fb469baacf54e614.tar.gz |
Change tags type from 'string' to 'array'
Type of tags in stack object is array, not string.
Change-Id: I934c3f0cc159126f43b0d0fcd0b5d9efc9c25390
Diffstat (limited to 'api-ref')
-rw-r--r-- | api-ref/source/v1/parameters.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/v1/parameters.yaml b/api-ref/source/v1/parameters.yaml index d7d6b79c1..aec388b36 100644 --- a/api-ref/source/v1/parameters.yaml +++ b/api-ref/source/v1/parameters.yaml @@ -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. |