From 1c3d1e91eb82112c94310c3f1c0916338f01e3fa Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 13 Jul 2016 17:34:35 +0000 Subject: [PATCH] List 20X status codes as Normal in domain docs A few of the domain opertions in the docs listed 20X http codes as Error responses. This commit moves the 20X codes into a new list for Normal response codes. Change-Id: I46136fc437ceaa1eec72a68e9c362ce7ed44ec48 --- api-ref/source/v3/domains.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-ref/source/v3/domains.inc b/api-ref/source/v3/domains.inc index fe4bb257f..14ba4fdc2 100644 --- a/api-ref/source/v3/domains.inc +++ b/api-ref/source/v3/domains.inc @@ -67,7 +67,8 @@ Create domain Creates a domain. -Error response codes:201,413,415,405,404,403,401,400,503,409, +Normal response codes: 201 +Error response codes:413,415,405,404,403,401,400,503,409, Request ------- @@ -201,7 +202,8 @@ hierarchy tree is not allowed and fails with a ``Bad Request If you try to delete an enabled domain, this call returns the ``Forbidden (403)`` response code. -Error response codes:204,413,415,405,404,403,401,400,503,409, +Normal response codes: 204 +Error response codes:413,415,405,404,403,401,400,503,409, Request -------