Skip to content

Commit

Permalink
refactor(doc): Udpate doc for transaction id
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdsouza committed Jan 29, 2020
1 parent f46567a commit 1e73b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e73b02

Please sign in to comment.