summaryrefslogtreecommitdiffstats
path: root/models/fixtures/hook_task.yml
blob: fc0e03bca1053af708714a142cadb7bafa2d407d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
-
  id: 1
  hook_id: 1
  uuid: uuid1
  is_delivered: true
  is_succeed: false
  request_content: >
    {
      "url": "/matrix-delivered",
      "http_method":"PUT",
      "headers": {
        "X-Head": "42"
      },
      "body": "{}"
    }

-
  id: 2
  hook_id: 1
  uuid: uuid2
  is_delivered: false

-
  id: 3
  hook_id: 1
  uuid: uuid3
  is_delivered: true
  is_succeed: true
  payload_content: '{"key":"value"}' # legacy task, payload saved in payload_content (and not in request_content)
  request_content: >
    {
      "url": "/matrix-success",
      "http_method":"PUT",
      "headers": {
        "X-Head": "42"
      }
    }

-
  id: 4
  hook_id: 3
  uuid: uuid4
  is_delivered: false