summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJorge L. Williams <jorge.williams@rackspace.com>2011-04-22 14:26:02 -0500
committerJorge L. Williams <jorge.williams@rackspace.com>2011-04-22 14:26:02 -0500
commitddbfb387e00c478a6b0246adca175c0e65f6d324 (patch)
tree0cfcf2c118403327d6eaf2bed9c4d8ec36bce96b /docs
parent61c244a4c9c959f2ec97e0e4d32dec7174c0b5fe (diff)
Whoops forgot 409 in JSON as well!
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/src/docbkx/idm.wadl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/src/docbkx/idm.wadl b/docs/guide/src/docbkx/idm.wadl
index 97859b4d..39135b71 100644
--- a/docs/guide/src/docbkx/idm.wadl
+++ b/docs/guide/src/docbkx/idm.wadl
@@ -262,7 +262,7 @@
<response status="503">
<representation mediaType="application/xml" element="idm:serviceUnavailable"/>
</response>
- <response status="401 403 400 500 503">
+ <response status="401 403 400 409 500 503">
<representation mediaType="application/json"/>
</response>
</method>