Skip to content

Commit 1e73b02

Browse files
committed
refactor(doc): Udpate doc for transaction id
1 parent f46567a commit 1e73b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ This would give an output of `DetailedResponse` having the structure:
364364
You can use the `get_result()`, `get_headers()` and get_status_code() to return the result, headers and status code respectively.
365365

366366
## Getting the transaction ID
367-
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.
367+
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.
368368
### Suceess
369369
```python
370370
from ibm_watson import MyService

0 commit comments

Comments
 (0)