From a5d0b2c34c778a680f5d10699fc946e67c83f441 Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Sun, 12 Apr 2015 12:39:25 -0500 Subject: [PATCH] Get rid of bad links to stuff that's moved to the attic Change-Id: I483335f7287137ee98076eb592b8b6e139164fbc Closes-Bug: #1440062 --- .../wadls/image-api/src/v2/os-image-v2.wadl | 12 ++-- .../object-api/src/os-object-api-1.0.wadl | 55 +++++++++++-------- 2 files changed, 38 insertions(+), 29 deletions(-) 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. + Preconditions When 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