Skip to content

Commit

Permalink
Document the format required by "headers" (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars authored Oct 11, 2022
1 parent 09efd57 commit 4c21d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ The following arguments are supported:
* `email` - (Required) Email to be notified by Heroku. It must be provided, but
it can also be sourced from [other locations](#Authentication).

* `headers` - (Optional) Additional Headers to be sent to Heroku. If not
provided, it will be sourced from the `HEROKU_HEADERS` environment variable
(if set).
* `headers` - (Optional) Additional Headers to be sent to Heroku, as a string-encoded JSON object,
for example: `{"X-Custom-Header":"yes","X-Custom-Header-Too":"no"}`. If not provided, it will be
sourced from the `HEROKU_HEADERS` environment variable (if set).

* `customizations` - (Optional) Various attributes altering the behavior of certain resources.
Only a single `customizations` block may be specified, and it supports the following arguments:
Expand Down

0 comments on commit 4c21d35

Please sign in to comment.