Skip to content

Instantly share code, notes, and snippets.

@cardoso
Last active September 28, 2020 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/0ee5210d6be9118ba675977c9c660564 to your computer and use it in GitHub Desktop.
Save cardoso/0ee5210d6be9118ba675977c9c660564 to your computer and use it in GitHub Desktop.
curl --location --request PATCH 'https://chat-us-east-1.stream-io-api.com/app?api_key=[api_key]' \
--header 'Stream-Auth-Type: jwt' \
--header 'Authorization: [jwt]' \
--header 'Content-Type: application/json' \
--data-raw '{"before_message_send_hook_url": "[aws_lambda_endpoint_url]"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment