From 5c4290ddfff02b361869895aa3a168592bcff909 Mon Sep 17 00:00:00 2001 From: chenaidong1 Date: Mon, 11 Sep 2017 17:29:06 +0800 Subject: [PATCH] Api document error for 'Get environment templates details' operation, response code 200 shouldn't be 'OK. Environment Template created successfully'. Change-Id: I6342ba678113aea33f2dab574aec2da15eff6954 --- .../appendix/articles/specification/murano-env-temp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/appendix/articles/specification/murano-env-temp.rst b/doc/source/reference/appendix/articles/specification/murano-env-temp.rst index 2ec575176..efc33bccd 100644 --- a/doc/source/reference/appendix/articles/specification/murano-env-temp.rst +++ b/doc/source/reference/appendix/articles/specification/murano-env-temp.rst @@ -175,7 +175,7 @@ environment template. +----------------+-----------------------------------------------------------+ | Code | Description | +================+===========================================================+ -| 200 | OK. Environment Template created successfully | +| 200 | OK. Get environment template details successfully | +----------------+-----------------------------------------------------------+ | 401 | User is not authorized to access this session | +----------------+-----------------------------------------------------------+