Docs connector builder tutorial fix field name (#64128)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user