response Parameters
Parameters
value
Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
suspend fun responseParameters(vararg argument: Pair<String, suspend IntegrationResponseParameterMapArgsBuilder.() -> Unit>)
Parameters
argument
Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.
Parameters
values
Parameters that transform the HTTP response from a backend integration before returning the response to clients. Supported only for HTTP APIs.