You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to change the http status code within the integration response to any other value than 200, 400 or 500. My configuration is pretty identical to the one found in the documentation and currently looks like this:
Everything works as expected and I get the expected result when calling the API. But when I try to change the resulting status code to 201, I get the following error:
Execution failed due to configuration error: Output mapping refers to an invalid method response: 201
As far as I understand, I have to add a Method Response in order to allow any other status code than 200, 400 or 500. How can I do that? Or am I limited to 200, 400 and 500 when using this plugin? Thanks in advance, any help is appreciated 😸.
The text was updated successfully, but these errors were encountered:
I am unable to change the http status code within the integration response to any other value than 200, 400 or 500. My configuration is pretty identical to the one found in the documentation and currently looks like this:
Everything works as expected and I get the expected result when calling the API. But when I try to change the resulting status code to 201, I get the following error:
As far as I understand, I have to add a Method Response in order to allow any other status code than 200, 400 or 500. How can I do that? Or am I limited to 200, 400 and 500 when using this plugin? Thanks in advance, any help is appreciated 😸.
The text was updated successfully, but these errors were encountered: