Correct normal response codes in endpoint policy docs

20X http status codes don't represent errors.

Change-Id: I5ad8552497cef8ca520fc8b1c3550670a0d36bdd
This commit is contained in:
Lance Bragstad 2016-07-13 19:34:25 +00:00
parent 0b49d84029
commit 80df383a02
1 changed files with 9 additions and 13 deletions

View File

@ -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
-------
@ -164,7 +164,6 @@ a parent, the extension examines the region associations up the
region tree in ascending order.
Normal response codes: 200
Error response codes:
Request
-------
@ -199,7 +198,6 @@ Check policy and service endpoint association
Checks whether a policy is associated with an endpoint.
Normal response codes: 200
Error response codes:
Request
-------
@ -219,7 +217,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 +238,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 +257,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
-------
@ -279,7 +277,6 @@ List policy and service endpoint associations
Lists all the endpoints that are currently associated with a policy through any of the association methods.
Normal response codes: 200
Error response codes:
Request
-------
@ -325,7 +322,6 @@ ascending order.
A HEAD version of this API is also supported.
Normal response codes: 200
Error response codes:
Request
-------