From 76142b371cf22b679300e213fb469baacf54e614 Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 13 Jul 2017 13:46:54 +0800 Subject: Change tags type from 'string' to 'array' Type of tags in stack object is array, not string. Change-Id: I934c3f0cc159126f43b0d0fcd0b5d9efc9c25390 --- api-ref/source/v1/parameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-ref') 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. -- cgit v1.2.1