diff options
| author | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-23 16:00:25 -0500 |
|---|---|---|
| committer | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-23 16:00:25 -0500 |
| commit | 4ec9056516708af10aceb3ed5ab692fd867a99b9 (patch) | |
| tree | b165a9a4004778685aeba5ab443a12dd2c280a9b /docs | |
| parent | 142b37ea2127751ff12925c766435a377d73b3b0 (diff) | |
Doc fixes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/src/docbkx/idmdevguide.xml | 9 | ||||
| -rw-r--r-- | docs/guide/src/docbkx/samples/extensions.json | 82 |
2 files changed, 50 insertions, 41 deletions
diff --git a/docs/guide/src/docbkx/idmdevguide.xml b/docs/guide/src/docbkx/idmdevguide.xml index d06b5977..4b279cef 100644 --- a/docs/guide/src/docbkx/idmdevguide.xml +++ b/docs/guide/src/docbkx/idmdevguide.xml @@ -60,7 +60,7 @@ </copyright> <releaseinfo>API v1.0</releaseinfo> <productname>Cloud Identity</productname> - <pubdate>2011-04-14</pubdate> + <pubdate>2011-04-23</pubdate> <legalnotice role="apache2"> <annotation> <remark>Copyright details are filled in by the template.</remark> @@ -800,6 +800,13 @@ Host: idm.api.openstack.org/v1.1/ idmFault(<returnvalue>500</returnvalue>), serviceUnavailable(<returnvalue>503</returnvalue>)</simpara> &NO_REQUEST; + <para> + Valid tokens will exist in the + /token/<parameter>tokenId</parameter> path and invalid + tokens will not. In other words, a user should expect an + itemNotFound (<errorcode>404</errorcode>) fault for an + invalid token. + </para> <example> <title>XML Validate Token Response</title> <programlisting language="xml"> diff --git a/docs/guide/src/docbkx/samples/extensions.json b/docs/guide/src/docbkx/samples/extensions.json index 88538770..11064a90 100644 --- a/docs/guide/src/docbkx/samples/extensions.json +++ b/docs/guide/src/docbkx/samples/extensions.json @@ -1,42 +1,44 @@ { - "extensions" : [ - { - "name" : "Reset Password Extension", - "namespace" : "http://docs.rackspacecloud.com/idm/api/ext/rpe/v1.0", - "alias" : "RS-RPE", - "updated" : "2011-01-22T13:25:27-06:00", - "description" : "Adds the capability to reset a user's password. The user is emailed when the password has been reset.", - "links" : [ - { - "rel" : "describedby", - "type" : "application/pdf", - "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-rpe-20111111.pdf" - }, - { - "rel" : "describedby", - "type" : "application/vnd.sun.wadl+xml", - "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-rpe.wadl" - } - ] - }, - { - "name" : "User Metadata Extension", - "namespace" : "http://docs.rackspacecloud.com/idm/api/ext/meta/v1.0", - "alias" : "RS-META", - "updated" : "2011-01-12T11:22:33-06:00", - "description" : "Allows associating arbritrary metadata with a user.", - "links" : [ - { - "rel" : "describedby", - "type" : "application/pdf", - "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-meta-20111201.pdf" - }, - { - "rel" : "describedby", - "type" : "application/vnd.sun.wadl+xml", - "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-cbs.wadl" - } - ] - } - ] + "extensions" : { + "values" : [ + { + "name" : "Reset Password Extension", + "namespace" : "http://docs.rackspacecloud.com/idm/api/ext/rpe/v1.0", + "alias" : "RS-RPE", + "updated" : "2011-01-22T13:25:27-06:00", + "description" : "Adds the capability to reset a user's password. The user is emailed when the password has been reset.", + "links" : [ + { + "rel" : "describedby", + "type" : "application/pdf", + "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-rpe-20111111.pdf" + }, + { + "rel" : "describedby", + "type" : "application/vnd.sun.wadl+xml", + "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-rpe.wadl" + } + ] + }, + { + "name" : "User Metadata Extension", + "namespace" : "http://docs.rackspacecloud.com/idm/api/ext/meta/v1.0", + "alias" : "RS-META", + "updated" : "2011-01-12T11:22:33-06:00", + "description" : "Allows associating arbritrary metadata with a user.", + "links" : [ + { + "rel" : "describedby", + "type" : "application/pdf", + "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-meta-20111201.pdf" + }, + { + "rel" : "describedby", + "type" : "application/vnd.sun.wadl+xml", + "href" : "http://docs.rackspacecloud.com/idm/api/ext/idm-meta.wadl" + } + ] + } + ] + } } |
