Adds note about XML support for requests and responses deprecating for Compute API
Change-Id: Ica61e88b04bf6dbc0b7b7172b5616ef6b293477f Fixes-bug: 1283341
This commit is contained in:
parent
62daa01fdf
commit
a89a49b522
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user