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
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,6 @@ Work through the following steps to expose your function on the Internet via the
66
66
1. Select `HTTP API` as the API Type
67
67
1. Select `Open`, in Security
68
68
1. Click `Add`
69
-
1. Click on the created API and visit the `Integrations` tab
70
-
1. Click the `ANY` integration and hit the `Manage integration` button
71
-
1. Click `Edit` and expand the `Advanced settings`. In there, choose the "Payload format version" `2.0` and hit the `Save` button
72
69
1. You can now close this tab to go back to your function. Changing the integration format was necessary because our function returns the newer and simpler version `2.0` format.
73
70
1. You should now see your newly created Trigger and the URL to access it.
74
71
Click the link to see the response in your browser.
0 commit comments