@@ -24472,10 +24472,10 @@ components:
24472
24472
type: string
24473
24473
description: Provides some indication of the status of this commit
24474
24474
enum:
24475
- - STOPPED
24475
+ - FAILED
24476
24476
- INPROGRESS
24477
+ - STOPPED
24477
24478
- SUCCESSFUL
24478
- - FAILED
24479
24479
name:
24480
24480
type: string
24481
24481
description: "An identifier for the build itself, e.g. BB-DEPLOY-1"
@@ -25066,33 +25066,33 @@ components:
25066
25066
type: string
25067
25067
description: The event identifier.
25068
25068
enum:
25069
- - repo:commit_comment_created
25070
- - pullrequest:updated
25071
- - pullrequest:comment_resolved
25072
- - pullrequest:comment_updated
25073
- - repo:deleted
25074
- - issue:created
25075
- - pullrequest:comment_deleted
25076
- - pullrequest:approved
25077
25069
- repo:commit_status_created
25078
- - issue:comment_created
25079
- - pullrequest:comment_created
25070
+ - pullrequest:created
25071
+ - pullrequest:fulfilled
25080
25072
- pullrequest:comment_reopened
25073
+ - pullrequest:comment_created
25074
+ - repo:commit_comment_created
25075
+ - pullrequest:changes_request_created
25076
+ - issue:updated
25077
+ - issue:comment_created
25081
25078
- pullrequest:rejected
25079
+ - pullrequest:comment_deleted
25080
+ - pullrequest:comment_resolved
25081
+ - pullrequest:approved
25082
25082
- pullrequest:unapproved
25083
- - repo:transfer
25083
+ - pullrequest:updated
25084
+ - pullrequest:comment_updated
25085
+ - repo:created
25084
25086
- repo:imported
25085
- - issue:updated
25086
- - project :updated
25087
+ - repo:fork
25088
+ - repo :updated
25087
25089
- pullrequest:changes_request_removed
25088
- - pullrequest:changes_request_created
25090
+ - repo:deleted
25091
+ - project:updated
25089
25092
- repo:commit_status_updated
25090
25093
- repo:push
25091
- - repo:created
25092
- - pullrequest:fulfilled
25093
- - repo:updated
25094
- - pullrequest:created
25095
- - repo:fork
25094
+ - repo:transfer
25095
+ - issue:created
25096
25096
category:
25097
25097
type: string
25098
25098
description: The category this event belongs to.
@@ -25107,7 +25107,7 @@ components:
25107
25107
example:
25108
25108
description: description
25109
25109
label: label
25110
- event: repo:commit_comment_created
25110
+ event: repo:commit_status_created
25111
25111
category: category
25112
25112
issue:
25113
25113
allOf:
@@ -26245,11 +26245,11 @@ components:
26245
26245
values:
26246
26246
- description: description
26247
26247
label: label
26248
- event: repo:commit_comment_created
26248
+ event: repo:commit_status_created
26249
26249
category: category
26250
26250
- description: description
26251
26251
label: label
26252
- event: repo:commit_comment_created
26252
+ event: repo:commit_status_created
26253
26253
category: category
26254
26254
page: 1
26255
26255
pagelen: 1
@@ -29178,11 +29178,11 @@ components:
29178
29178
merge_strategy:
29179
29179
type: string
29180
29180
description: The merge strategy that will be used to merge the pull request.
29181
- default: merge_commit
29182
29181
enum:
29183
29182
- merge_commit
29184
29183
- squash
29185
29184
- fast_forward
29185
+ default: merge_commit
29186
29186
additionalProperties: true
29187
29187
description: The metadata that describes a pull request merge.
29188
29188
ref:
@@ -30077,33 +30077,33 @@ components:
30077
30077
items:
30078
30078
type: string
30079
30079
enum:
30080
- - repo:commit_comment_created
30081
- - pullrequest:updated
30082
- - pullrequest:comment_resolved
30083
- - pullrequest:comment_updated
30084
- - repo:deleted
30085
- - issue:created
30086
- - pullrequest:comment_deleted
30087
- - pullrequest:approved
30088
30080
- repo:commit_status_created
30089
- - issue:comment_created
30090
- - pullrequest:comment_created
30081
+ - pullrequest:created
30082
+ - pullrequest:fulfilled
30091
30083
- pullrequest:comment_reopened
30084
+ - pullrequest:comment_created
30085
+ - repo:commit_comment_created
30086
+ - pullrequest:changes_request_created
30087
+ - issue:updated
30088
+ - issue:comment_created
30092
30089
- pullrequest:rejected
30090
+ - pullrequest:comment_deleted
30091
+ - pullrequest:comment_resolved
30092
+ - pullrequest:approved
30093
30093
- pullrequest:unapproved
30094
- - repo:transfer
30094
+ - pullrequest:updated
30095
+ - pullrequest:comment_updated
30096
+ - repo:created
30095
30097
- repo:imported
30096
- - issue:updated
30097
- - project :updated
30098
+ - repo:fork
30099
+ - repo :updated
30098
30100
- pullrequest:changes_request_removed
30099
- - pullrequest:changes_request_created
30101
+ - repo:deleted
30102
+ - project:updated
30100
30103
- repo:commit_status_updated
30101
30104
- repo:push
30102
- - repo:created
30103
- - pullrequest:fulfilled
30104
- - repo:updated
30105
- - pullrequest:created
30106
- - repo:fork
30105
+ - repo:transfer
30106
+ - issue:created
30107
30107
secret_set:
30108
30108
type: boolean
30109
30109
description: Indicates whether or not the hook has an associated secret.
@@ -31769,5 +31769,5 @@ x-atlassian-narrative:
31769
31769
31770
31770
For complete information see:
31771
31771
[Atlassian Connect for Bitbucket Cloud](https://developer.atlassian.com/bitbucket/index.html)
31772
- x-revision: 064769cf7355
31772
+ x-revision: 3a8d0a05d96a
31773
31773
x-original-swagger-version: "2.0"
0 commit comments