Skip to content

Commit f23ee66

Browse files
Noah Zoschkesanscontext
Noah Zoschke
authored andcommitted
document correct webhook header (#363)
1 parent a373166 commit f23ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partners/build-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Header|Description|Example
5959
`Connection` | Segment uses HTTP/1.1's keep-alive functionality whenever possible, however this is optional.| `Connection: Keep-Alive`
6060
`Content-Length` | Segment always sends you the length of the request in bytes.| `Content-Length: 348`
6161
`Content-Type` | Segment indicates the type of data it sent you (this will always be JSON), along with Segment's vendor type. | `Content-Type: application/json`
62-
`User-Agent` | Segment sends you this field every time. You can count on us!| `User-Agent: Segment`
62+
`User-Agent` | Segment sends you this field every time. You can count on us!| `User-Agent: Segment.io/1.0`
6363
`X-Segment-Settings` | Except for the API key (which is sent in the Authorization header), Segment will send the base 64 encoding of the rest of your custom settings encoded in this header. | `X-Segment-Settings: eyJjdXN0b21TZXR0aW5nT25lIjoiY3VzdG9tIHNldHRpbmcgdmFsdWUifQ==`
6464

6565
## Request Body

0 commit comments

Comments
 (0)