docs/HeaderApi.md in fastly-4.0.0.alpha4 vs docs/HeaderApi.md in fastly-4.0.0

- old
+ new

@@ -38,11 +38,11 @@ ignore_if_set: 56, # Integer | Don't add the header if it is added already. Only applies to 'set' action. name: 'name_example', # String | A handle to refer to this Header object. priority: 56, # Integer | Priority determines execution order. Lower numbers execute first. regex: 'regex_example', # String | Regular expression to use. Only applies to `regex` and `regex_repeat` actions. request_condition: 'request_condition_example', # String | Condition which, if met, will select this configuration during a request. Optional. - response_condition: TODO, # String | Optional name of a response condition to apply. + response_condition: 'response_condition_example', # String | Optional name of a response condition to apply. src: 'src_example', # String | Variable to be used as a source for the header content. Does not apply to `delete` action. substitution: 'substitution_example', # String | Value to substitute in place of regular expression. Only applies to `regex` and `regex_repeat` actions. type: 'request', # String | Accepts a string value. } @@ -67,11 +67,11 @@ | **ignore_if_set** | **Integer** | Don't add the header if it is added already. Only applies to 'set' action. | [optional] | | **name** | **String** | A handle to refer to this Header object. | [optional] | | **priority** | **Integer** | Priority determines execution order. Lower numbers execute first. | [optional][default to 100] | | **regex** | **String** | Regular expression to use. Only applies to `regex` and `regex_repeat` actions. | [optional] | | **request_condition** | **String** | Condition which, if met, will select this configuration during a request. Optional. | [optional] | -| **response_condition** | [**String**](String.md) | Optional name of a response condition to apply. | [optional] | +| **response_condition** | **String** | Optional name of a response condition to apply. | [optional] | | **src** | **String** | Variable to be used as a source for the header content. Does not apply to `delete` action. | [optional] | | **substitution** | **String** | Value to substitute in place of regular expression. Only applies to `regex` and `regex_repeat` actions. | [optional] | | **type** | **String** | Accepts a string value. | [optional] | ### Return type @@ -223,11 +223,11 @@ ignore_if_set: 56, # Integer | Don't add the header if it is added already. Only applies to 'set' action. name: 'name_example', # String | A handle to refer to this Header object. priority: 56, # Integer | Priority determines execution order. Lower numbers execute first. regex: 'regex_example', # String | Regular expression to use. Only applies to `regex` and `regex_repeat` actions. request_condition: 'request_condition_example', # String | Condition which, if met, will select this configuration during a request. Optional. - response_condition: TODO, # String | Optional name of a response condition to apply. + response_condition: 'response_condition_example', # String | Optional name of a response condition to apply. src: 'src_example', # String | Variable to be used as a source for the header content. Does not apply to `delete` action. substitution: 'substitution_example', # String | Value to substitute in place of regular expression. Only applies to `regex` and `regex_repeat` actions. type: 'request', # String | Accepts a string value. } @@ -253,10 +253,10 @@ | **ignore_if_set** | **Integer** | Don't add the header if it is added already. Only applies to 'set' action. | [optional] | | **name** | **String** | A handle to refer to this Header object. | [optional] | | **priority** | **Integer** | Priority determines execution order. Lower numbers execute first. | [optional][default to 100] | | **regex** | **String** | Regular expression to use. Only applies to `regex` and `regex_repeat` actions. | [optional] | | **request_condition** | **String** | Condition which, if met, will select this configuration during a request. Optional. | [optional] | -| **response_condition** | [**String**](String.md) | Optional name of a response condition to apply. | [optional] | +| **response_condition** | **String** | Optional name of a response condition to apply. | [optional] | | **src** | **String** | Variable to be used as a source for the header content. Does not apply to `delete` action. | [optional] | | **substitution** | **String** | Value to substitute in place of regular expression. Only applies to `regex` and `regex_repeat` actions. | [optional] | | **type** | **String** | Accepts a string value. | [optional] | ### Return type