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.

hook_task.yml 636B

12345678910111213141516171819202122232425262728293031323334353637
  1. -
  2. id: 1
  3. hook_id: 1
  4. uuid: uuid1
  5. is_delivered: true
  6. is_succeed: false
  7. request_content: >
  8. {
  9. "url": "/matrix-delivered",
  10. "http_method":"PUT",
  11. "headers": {
  12. "X-Head": "42"
  13. },
  14. "body": "{}"
  15. }
  16. -
  17. id: 2
  18. hook_id: 1
  19. uuid: uuid2
  20. is_delivered: false
  21. -
  22. id: 3
  23. hook_id: 1
  24. uuid: uuid3
  25. is_delivered: true
  26. is_succeed: true
  27. payload_content: '{"key":"value"}' # legacy task, payload saved in payload_content (and not in request_content)
  28. request_content: >
  29. {
  30. "url": "/matrix-success",
  31. "http_method":"PUT",
  32. "headers": {
  33. "X-Head": "42"
  34. }
  35. }