From 5137b7e83f3d3a6c302620c4c38d496077444329 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Wed, 13 Jul 2016 17:42:06 +0000 Subject: [PATCH] Fixes response codes in endpoint policy api-ref 2XX status codes to not represent errors. Change-Id: Idc7de485a1524503206927cbc98011de03ed0a98 Related-Bug: #1602714 --- api-ref/source/v3-ext/endpoint-policy.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api-ref/source/v3-ext/endpoint-policy.inc b/api-ref/source/v3-ext/endpoint-policy.inc index 027f7f18ba..1adfddba7c 100644 --- a/api-ref/source/v3-ext/endpoint-policy.inc +++ b/api-ref/source/v3-ext/endpoint-policy.inc @@ -42,7 +42,7 @@ Associates a policy and an endpoint. If an association already exists between the endpoint and another policy, this call replaces that association. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -62,7 +62,7 @@ Verifies an association between a policy and an endpoint. A HEAD version of this API is also supported. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -80,7 +80,7 @@ Delete a policy and endpoint association Deletes an association between a policy and an endpoint. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -101,7 +101,7 @@ Associates a policy and any endpoint of a service type. If an association already exists between the endpoint of a service type and another policy, this call replaces that association. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -121,7 +121,7 @@ Verifies an association between a policy and an endpoint of a service type. A HEAD version of this API is also supported. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -139,7 +139,7 @@ Delete a policy and service-type endpoint association Deletes an association between a policy and an endpoint of a service type. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -219,7 +219,7 @@ Associates a policy and an endpoint of a service type in a region. If an association already exists between the service in a region and another policy, this call replaces that association. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -240,7 +240,7 @@ Verifies an association between a policy and service-type endpoint in a region. A HEAD version of this API is also supported. -Error response codes:204, +Normal response codes: 204 Request ------- @@ -259,7 +259,7 @@ Delete a policy and service-type endpoint in a region association Deletes an association between a policy and service-type endpoint in a region. -Error response codes:204, +Normal response codes: 204 Request -------