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