diff --git a/api-ref/src/wadls/image-api/src/v2/os-image-v2.wadl b/api-ref/src/wadls/image-api/src/v2/os-image-v2.wadl
index 6d104573f..7c71a9576 100644
--- a/api-ref/src/wadls/image-api/src/v2/os-image-v2.wadl
+++ b/api-ref/src/wadls/image-api/src/v2/os-image-v2.wadl
@@ -289,12 +289,12 @@
You can also use the &PATCH; method to add or remove
image properties.
- For information about the &PATCH; method and the
- available media types, see Appendix B: HTTP PATCH media types in the
- OpenStack Image Service API v2
- Reference.
+
+ For information about the &PATCH; method and the available
+ media types, see Image
+ API v2 HTTP PATCH media types.
+ PreconditionsWhen adding or replacing a new location
diff --git a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl
index 490d29b18..f1d374e4c 100644
--- a/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl
+++ b/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl
@@ -99,12 +99,14 @@
Shows details for a specified
account and lists containers, sorted by name, in the
account.
- The sort order for the name is based on a binary comparison, a single built-in
- collating sequence that compares string data by using
- the SQLite memcmp() function,
- regardless of text encoding.
+
+ The sort order for the name is based on a binary comparison, a
+ single built-in collating sequence that compares string data
+ by using the SQLite memcmp() function,
+ regardless of text encoding. See Collating Sequences.
+ This operation does not accept a request
body.Example requests and responses:
@@ -1041,28 +1043,35 @@ Date: Thu, 16 Jan 2014 21:13:19 GMT
objects. For more information about form &POST; see
OpenStack Object Storage API v1
- Reference.
- Example requests and
- responses:Create
- object metadata:curl -i
- $publicURL/marktwain/goodbye -X POST -H
- "X-Auth-Token: $token" -H
- "X-Object-Meta-Book:
- GoodbyeColumbus"
- HTTP/1.1 202 Accepted
+ >Object Storage API v1 (SUPPORTED).
+
+ Example requests and responses:
+
+
+
+
+ Create object metadata:
+
+
+ curl -i $publicURL/marktwain/goodbye -X POST -H "X
+-Auth-Token: $token" -H "X-Object-Meta-Book: GoodbyeColumbus"
+
+
+ HTTP/1.1 202 Accepted
Content-Length: 76
Content-Type: text/html; charset=UTF-8
X-Trans-Id: txb5fb5c91ba1f4f37bb648-0052d84b3f
Date: Thu, 16 Jan 2014 21:12:31 GMT
-<html><h1>Accepted</h1><p>The request is accepted for processing.</p></html>
- Update object
- metadata:curl -i
- $publicURL/marktwain/goodbye -X POST -H
- "X-Auth-Token: $token" -H
- "X-Object-Meta-Book:
- GoodbyeOldFriend"
+<html><h1>Accepted</h1><p>The request is accepted for processing.</p></html>
+
+
+
+
+ Update object metadata:
+
+ curl -i $publicURL/marktwain/goodbye -X POST -H "X-Auth-Token: $token" H "X-Object-Meta-Book: GoodbyeOldFriend"
+ HTTP/1.1 202 Accepted
Content-Length: 76
Content-Type: text/html; charset=UTF-8