Skip to content

Commit 4c1253d

Browse files
docs(webhook_schemas): Update webhook schemas (#945)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b8452d commit 4c1253d

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

webhook_schemas/branches_sync.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@
9797
"state": {
9898
"type": "string"
9999
},
100+
"child_branches": {
101+
"type": "array",
102+
"items": [
103+
{
104+
"type": "string"
105+
}
106+
]
107+
},
100108
"created_by": {
101109
"type": "object",
102110
"properties": {
@@ -132,6 +140,7 @@
132140
"updated_at",
133141
"merged_at",
134142
"state",
143+
"child_branches",
135144
"created_by",
136145
"merged_by"
137146
]
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"event": "branches:sync",
3-
"message": "john.smith synced branch new-feature-1 in project Translation Project",
4-
"sent_at": "2025-10-14 13:38:49 UTC",
3+
"message": "john.smith synced branch new-feature-2 in project Translation Project",
4+
"sent_at": "2025-10-24 07:17:50 UTC",
55
"user": {
66
"id": "24b9a53ad72e198ca332fba91bb95f57",
77
"username": "john.smith",
@@ -19,24 +19,22 @@
1919
"point_of_contact": null
2020
},
2121
"branch": {
22-
"name": "new-feature-1",
22+
"name": "new-feature-2",
2323
"base_project_id": "b2abd3bd2c23ff0ac546e0a2d9aa0be1",
2424
"branch_project_id": "8228978fc13f5eb3c4cbbe8ac9882b64",
2525
"created_at": "2025-02-07 16:18:13 UTC",
26-
"updated_at": "2025-10-14 13:38:48 UTC",
26+
"updated_at": "2025-10-24 07:17:49 UTC",
2727
"merged_at": null,
2828
"state": "initialized",
29+
"child_branches": [
30+
"child-branch-1"
31+
],
2932
"created_by": {
3033
"id": "24b9a53ad72e198ca332fba91bb95f57",
3134
"username": "john.smith",
3235
"name": "John Smith",
3336
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
3437
},
35-
"merged_by": {
36-
"id": "24b9a53ad72e198ca332fba91bb95f57",
37-
"username": "john.smith",
38-
"name": "John Smith",
39-
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
40-
}
38+
"merged_by": null
4139
}
4240
}

0 commit comments

Comments
 (0)