Skip to content

Commit 99848bb

Browse files
committed
cleanup
1 parent c2aed7c commit 99848bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TROUBLESHOOTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ If you can't find a solution below, please open an [issue](https://github.com/se
55
## Table of Contents
66
* [Viewing the Request Body](#request-body)
77

8+
<a name="request-body"></a>
89
## Viewing the Request Body
910

1011
When debugging or testing, it may be useful to exampine the raw request body to compare against the [documented format](https://sendgrid.com/docs/API_Reference/api_v3.html).
1112

12-
You can do this right before you call: `response = response = client.version('v3').api_keys.post(request_body: request_body)` like so:
13+
You can do this right before you call: `response = client.version('v3').api_keys.post(request_body: request_body)` like so:
1314

1415
```ruby
1516
puts request_body

0 commit comments

Comments
 (0)