From 16f8a39acc53414156ae9073f9fe45039fb6c015 Mon Sep 17 00:00:00 2001 From: Minku Lee Date: Sun, 22 May 2016 16:06:27 +0900 Subject: [PATCH] Add explanation for type on Fastly header block --- website/source/docs/providers/fastly/r/service_v1.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/fastly/r/service_v1.html.markdown b/website/source/docs/providers/fastly/r/service_v1.html.markdown index 8cd3260b7b..a16d0edadf 100644 --- a/website/source/docs/providers/fastly/r/service_v1.html.markdown +++ b/website/source/docs/providers/fastly/r/service_v1.html.markdown @@ -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.