Created
March 24, 2022 00:06
-
-
Save samuelteixeiras/c42a32b025685f6566c2210118041137 to your computer and use it in GitHub Desktop.
failureNotification for docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST \ | |
http://localhost:8080/failureNotification \ | |
-H 'content-type: application/json' \ | |
-H 'key: my_other_key' \ | |
-d '{"samuel":"test"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment