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-webhook-create.json 146B

12345678
  1. {
  2. "webhook": {
  3. "key": "uuid",
  4. "name": "My webhook",
  5. "url": "https://www.my-webhook-listener.com/sonar",
  6. "hasSecret": true
  7. }
  8. }