Skip to content

Commit

Permalink
Fix bug 1061729
Browse files Browse the repository at this point in the history
Json response for list servers was pointing to xml response.

Change-Id: I1f1a1a02df5309b4a3741b146ab7ba51d74b3c65
  • Loading branch information
annegentle committed Oct 4, 2012
1 parent 6b83993 commit f02c967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
<representation mediaType="application/json">
<doc>
<xsdxt:code
href="api_samples/servers-list-resp.xml"/>
href="api_samples/servers-list-resp.json"/>
</doc>
</representation>
</response>
Expand Down

0 comments on commit f02c967

Please sign in to comment.