-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtag-sample-payload.json
58 lines (58 loc) · 1.43 KB
/
tag-sample-payload.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"eventKey": "repo:refs_changed",
"date": "2019-08-18T15:58:54+0000",
"actor": {
"name": "tomasbjerre",
"emailAddress": "[email protected]",
"id": 1,
"displayName": "Tomas Bjerre",
"active": true,
"slug": "tomasbjerre",
"type": "NORMAL",
"links": { "self": [{ "href": "http://localhost:7990/users/tomasbjerre" }] }
},
"repository": {
"slug": "sandbox-repo",
"id": 1,
"name": "sandbox-repo",
"scmId": "git",
"state": "AVAILABLE",
"statusMessage": "Available",
"forkable": true,
"project": {
"key": "MIX",
"id": 1,
"name": "Mixed",
"public": false,
"type": "NORMAL",
"links": { "self": [{ "href": "http://localhost:7990/projects/MIX" }] }
},
"public": false,
"links": {
"clone": [
{
"href": "http://localhost:7990/scm/mix/sandbox-repo.git",
"name": "http"
},
{
"href": "ssh://git@localhost:7999/mix/sandbox-repo.git",
"name": "ssh"
}
],
"self": [
{
"href": "http://localhost:7990/projects/MIX/repos/sandbox-repo/browse"
}
]
}
},
"changes": [
{
"ref": { "id": "refs/tags/1.2", "displayId": "1.2", "type": "TAG" },
"refId": "refs/tags/1.2",
"fromHash": "0000000000000000000000000000000000000000",
"toHash": "187ccb978925d6ccdf948a58bccaf878cce046b9",
"type": "ADD"
}
]
}