Skip to content

Commit

Permalink
Remove duplicate parameter (#1428)
Browse files Browse the repository at this point in the history
* Remove duplicate parameter
  • Loading branch information
levfishbluefish authored Aug 7, 2019
1 parent 854afbb commit f9101eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/_hub/kong-inc/request-transformer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ params:
required: false
value_in_examples: [ "param-old:param-new", "param2-old:param2-new" ]
description: List of parameter name:value pairs. Rename the parameter name if and only if content-type is one the following [`application/json`, `multipart/form-data`, `application/x-www-form-urlencoded`] and parameter is present.
- name: append.headers
required: false
value_in_examples: [ "x-existing-header:some_value", "x-another-header:some_value" ]
description: List of headername:value pairs. If the header is not set, set it with the given value. If it is already set, a new header with the same name and the new value will be set.
- name: replace.body
required: false
description: List of paramname:value pairs. If and only if content-type is one the following [`application/json`, `multipart/form-data`, `application/x-www-form-urlencoded`] and the parameter is already present, replace its old value with the new one. Ignored if the parameter is not already present.
Expand Down

0 comments on commit f9101eb

Please sign in to comment.