1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Docs connector builder tutorial fix field name (#64128)

This commit is contained in:
Ian Alton
2025-07-30 13:34:57 -07:00
committed by GitHub
parent 025de5ea98
commit fbb4ae69dc

View File

@@ -107,9 +107,11 @@ Set up a new stream and tell your connector how to retrieve records from this so
1. Set **API Key** to `{{ config['api_key'] }}`. This allows the stream to use the API key input you created earlier when you test it. If someone else uses your connector later, the connector uses the API key they input, not yours.
2. Turn on **Inject API Key Into Outgoing HTTP Request**. Set **Field Path** to `apikey`, and set **Inject Into** to `header`.
2. Turn on **Inject API Key Into Outgoing HTTP Request**.
6. Click **Test** to test the stream.
3. Set **Inject Into** to `Header` and set **Header Name** to `apikey`.
6. Click **Test** to test the stream.
The API returns a response that looks like this.