Created
August 14, 2020 19:58
-
-
Save edwindotcom/01697591c0fbe0782e430d10b86a0119 to your computer and use it in GitHub Desktop.
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 -H "Authorization: token TOKEN" \ | |
-H 'Accept: application/vnd.github.v3+json' \ | |
"https://api.github.com/repos/github/service-catalog-demo/dispatches" \ | |
-d '{"event_type": "trigger", "client_payload": {"filename": "2020-08-11-foo123", "title": "Hi Mom", "status": "Major outage"}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment