Skip to content

Commit 8a4fa88

Browse files
authored
Fix the 'include_header' webhook query arg description. (windmill-labs#286)
1 parent cd87e77 commit 8a4fa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core_concepts/4_webhooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ encountered issues), by checking the [Runs menu][runs] on the app.
165165

166166
## Request headers
167167

168-
It is possible for jobs to take request headers as arguments. To do so, either specify in the query args the headers to process at `include_headers`, separated with `,`. e.g: `/api/w/admins/jobs/run_wait_result/p/u/user/undisputed_script?include_header=X-Sign,foo`
168+
It is possible for jobs to take request headers as arguments. To do so, either specify in the query args the headers to process at `include_header`, separated with `,`. e.g: `/api/w/admins/jobs/run_wait_result/p/u/user/undisputed_script?include_header=X-Sign,foo`
169169

170170
or use the env variable: `INCLUDE_HEADERS` with the same format so that all requests to any job will include the headers.
171171

0 commit comments

Comments
 (0)