Skip to content

Commit

Permalink
Fix wrong json response body for paginated collections
Browse files Browse the repository at this point in the history
In "Example 1.4. Tenant collection, first page: JSON response", the
content is actually XML and not JSON.

Change-Id: Ie0db0b9a01418171c12856f49a6967c2adf5b207
Closes-Bug: #1338111
  • Loading branch information
lingxiankong committed Jul 13, 2014
1 parent fd718be commit 12267c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.0/src/ch_identity-general-api-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ This operation does not require a request body.</para>'>
<example>
<title>Tenant collection, first page: JSON
response</title>
<programlisting language="json"><xi:include href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/identity-api/src/v2.0/samples/tenants-1.xml" parse="text"/></programlisting>
<programlisting language="json"><xi:include href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/identity-api/src/v2.0/samples/tenants-1.json" parse="text"/></programlisting>
</example>
<example>
<title>Tenant collection, second page: XML
Expand Down

0 comments on commit 12267c1

Please sign in to comment.