Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(hub) Response transformer advanced rename option. #1896

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/_hub/kong-inc/response-transformer-advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ params:
- name: remove.if_status
required: false
description: List of response status codes or status code ranges to which the transformation will apply. Empty means all response codes.
- name: rename.headers
required: false
description: List of headername:value pairs. Renames header with headername to new name.
- name: replace.headers
required: false
description: List of headername:value pairs. If and only if the header is already set, replace its old value with the new one. Ignored if the header is not already set.
Expand Down