Add explanation for type on Fastly header block

This commit is contained in:
Minku Lee 2016-05-22 16:06:27 +09:00
parent 18803d9b93
commit 16f8a39acc
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ of the properties below.
* `name` - (Required) A unique name to refer to this header attribute
* `action` - (Required) The Header manipulation action to take; must be one of
`set`, `append`, `delete`, `regex`, or `regex_repeat`
* `type` - (Required) The Request type to apply the selected Action on
* `type` - (Required) The Request type to apply the selected Action on; must be one of `request`, `cache` or `response`
* `destination` - (Required) The name of the header that is going to be affected
by the Action
* `ignore_if_set` - (Optional) Do not add the header if it is already present.