You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example-webhooks-list.json 347B

12345678910111213141516
  1. {
  2. "webhooks": [
  3. {
  4. "key": "UUID-1",
  5. "name": "my first webhook",
  6. "url": "http://www.my-webhook-listener.com/sonarqube",
  7. "hasSecret": "false"
  8. },
  9. {
  10. "key": "UUID-2",
  11. "name": "my 2nd webhook",
  12. "url": "https://www.my-other-webhook-listener.com/fancy-listner",
  13. "hasSecret": "true"
  14. }
  15. ]
  16. }