summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2016-11-15 14:12:02 -0800
committerTim Burke <tim.burke@gmail.com>2016-11-15 14:12:02 -0800
commit40152f4242dfe46a4c63ae69b0a0e1c83172f556 (patch)
tree3c3cb00ab9aa1bd8ccc8c678ec47ba19b46b684b /api-ref
parent8e122c6fe8aa0f3e3b96d124023728b98820147e (diff)
downloadswift-40152f4242dfe46a4c63ae69b0a0e1c83172f556.tar.gz
Fix up X-Trans-Id-Extra docs
Previously, they would render as "X -Trans-Id-Extra" Change-Id: Ibaf9b365467a2c91a0f03baed4d7bc36b0fa9967
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 23ab88a1a..97ee99036 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -816,12 +816,12 @@ X-Trans-Id-Extra:
Extra transaction information. Use the ``X-Trans-Id-Extra``
request header to include extra information to help you
debug any errors that might occur with large object upload and
- other Object Storage transactions. Object Storage appends the
+ other Object Storage transactions. The server appends the
first 32 characters of the ``X-Trans-Id-Extra`` request header
value to the transaction ID value in the generated ``X-Trans-Id``
response header. You must UTF-8-encode and then URL-encode the
- extra transaction information before you include it in the ``X
- -Trans-Id-Extra`` request header. For example, you can include
+ extra transaction information before you include it in the
+ ``X-Trans-Id-Extra`` request header. For example, you can include
extra transaction information when you upload `large objects
<http://docs.openstack.org/developer/swift/api/large_objects.html>`_
such as images. When