Adds note about XML support for requests and responses deprecating for Compute API

Change-Id: Ica61e88b04bf6dbc0b7b7172b5616ef6b293477f
Fixes-bug: 1283341
This commit is contained in:
Anne Gentle 2014-07-23 12:18:41 -05:00
parent 62daa01fdf
commit a89a49b522
2 changed files with 8 additions and 4 deletions

View File

@ -39,7 +39,7 @@
<plugin>
<groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</plugin>
</plugins>
</build>

View File

@ -614,9 +614,13 @@
<para>You can serialize a response in a different
format from the request format.</para>
<para><xref linkend="JSON_req"/> and <xref
linkend="ImageCreateFullResponse"/> show a
request body in JSON format and a response body in
XML format.</para>
linkend="ImageCreateFullResponse"/> show a request body
in JSON format and a response body in XML format.<note>
<para>Though this document shows them, XML support in
requests and responses has been deprecated for the
Compute API v2 (stable) and v3
(experimental).</para>
</note></para>
<example xml:id="JSON_req">
<title>JSON request with headers</title>
<literallayout role="monospace"><?db-font-size 70%?>POST /v2/010101/servers HTTP/1.1