From 1e73b02e50afe3fdae3fe3eca31953c223ed2b40 Mon Sep 17 00:00:00 2001 From: ehdsouza Date: Wed, 29 Jan 2020 13:08:20 -0500 Subject: [PATCH] refactor(doc): Udpate doc for transaction id --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95589227f..16b4120fc 100755 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ This would give an output of `DetailedResponse` having the structure: You can use the `get_result()`, `get_headers()` and get_status_code() to return the result, headers and status code respectively. ## Getting the transaction ID -Every response from the SDK will contain a transaction ID. This transaction ID is useful for troubleshooting and accessing relevant logs from your service instance. +Every SDK call returns a response with a transaction ID in the x-global-transaction-id header. This transaction ID is useful for troubleshooting and accessing relevant logs from your service instance. ### Suceess ```python from ibm_watson import MyService